POST api/integration/SaveTimeReporting
Request Information
URI Parameters
None.
Body Parameters
Collection of WhTimeReportingName | Description | Type | Additional information |
---|---|---|---|
WH_EMPLOYEE_ID | integer |
None. |
|
CASE_EVENT_ID | integer |
None. |
|
DATE_WK_END | date |
None. |
|
ACT_ID | string |
None. |
|
TIME_TYPE_ID | string |
None. |
|
STRAT_OUTCOME_ID | string |
None. |
|
TIME_ACTIVITY | string |
None. |
|
COMPLIANCE_HRS_SUN | string |
None. |
|
COMPLIANCE_HRS_MON | string |
None. |
|
COMPLIANCE_HRS_TUE | string |
None. |
|
COMPLIANCE_HRS_WED | string |
None. |
|
COMPLIANCE_HRS_TH | string |
None. |
|
COMPLIANCE_HRS_FRI | string |
None. |
|
COMPLIANCE_HRS_SAT | string |
None. |
|
DATE_TIME_ENTERED | string |
None. |
|
WH_OFC_ID_ASSIGNED | integer |
None. |
|
TIME_SOURCE | string |
None. |
|
TIME_REMARKS | string |
None. |
Request Formats
application/json, text/json
Sample:
[ { "wH_EMPLOYEE_ID": 1, "casE_EVENT_ID": 2, "datE_WK_END": "2024-11-24T00:34:07.3153435-05:00", "acT_ID": "sample string 4", "timE_TYPE_ID": "sample string 5", "straT_OUTCOME_ID": "sample string 6", "timE_ACTIVITY": "sample string 7", "compliancE_HRS_SUN": "sample string 8", "compliancE_HRS_MON": "sample string 9", "compliancE_HRS_TUE": "sample string 10", "compliancE_HRS_WED": "sample string 11", "compliancE_HRS_TH": "sample string 12", "compliancE_HRS_FRI": "sample string 13", "compliancE_HRS_SAT": "sample string 14", "datE_TIME_ENTERED": "sample string 15", "wH_OFC_ID_ASSIGNED": 16, "timE_SOURCE": "sample string 17", "timE_REMARKS": "sample string 18" }, { "wH_EMPLOYEE_ID": 1, "casE_EVENT_ID": 2, "datE_WK_END": "2024-11-24T00:34:07.3153435-05:00", "acT_ID": "sample string 4", "timE_TYPE_ID": "sample string 5", "straT_OUTCOME_ID": "sample string 6", "timE_ACTIVITY": "sample string 7", "compliancE_HRS_SUN": "sample string 8", "compliancE_HRS_MON": "sample string 9", "compliancE_HRS_TUE": "sample string 10", "compliancE_HRS_WED": "sample string 11", "compliancE_HRS_TH": "sample string 12", "compliancE_HRS_FRI": "sample string 13", "compliancE_HRS_SAT": "sample string 14", "datE_TIME_ENTERED": "sample string 15", "wH_OFC_ID_ASSIGNED": 16, "timE_SOURCE": "sample string 17", "timE_REMARKS": "sample string 18" } ]
application/xml, text/xml
Sample:
<ArrayOfWhTimeReporting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DOL.WHD.Section14c.Domain.ViewModels.Integration"> <WhTimeReporting> <ACT_ID>sample string 4</ACT_ID> <CASE_EVENT_ID>2</CASE_EVENT_ID> <COMPLIANCE_HRS_FRI>sample string 13</COMPLIANCE_HRS_FRI> <COMPLIANCE_HRS_MON>sample string 9</COMPLIANCE_HRS_MON> <COMPLIANCE_HRS_SAT>sample string 14</COMPLIANCE_HRS_SAT> <COMPLIANCE_HRS_SUN>sample string 8</COMPLIANCE_HRS_SUN> <COMPLIANCE_HRS_TH>sample string 12</COMPLIANCE_HRS_TH> <COMPLIANCE_HRS_TUE>sample string 10</COMPLIANCE_HRS_TUE> <COMPLIANCE_HRS_WED>sample string 11</COMPLIANCE_HRS_WED> <DATE_TIME_ENTERED>sample string 15</DATE_TIME_ENTERED> <DATE_WK_END>2024-11-24T00:34:07.3153435-05:00</DATE_WK_END> <STRAT_OUTCOME_ID>sample string 6</STRAT_OUTCOME_ID> <TIME_ACTIVITY>sample string 7</TIME_ACTIVITY> <TIME_REMARKS>sample string 18</TIME_REMARKS> <TIME_SOURCE>sample string 17</TIME_SOURCE> <TIME_TYPE_ID>sample string 5</TIME_TYPE_ID> <WH_EMPLOYEE_ID>1</WH_EMPLOYEE_ID> <WH_OFC_ID_ASSIGNED>16</WH_OFC_ID_ASSIGNED> </WhTimeReporting> <WhTimeReporting> <ACT_ID>sample string 4</ACT_ID> <CASE_EVENT_ID>2</CASE_EVENT_ID> <COMPLIANCE_HRS_FRI>sample string 13</COMPLIANCE_HRS_FRI> <COMPLIANCE_HRS_MON>sample string 9</COMPLIANCE_HRS_MON> <COMPLIANCE_HRS_SAT>sample string 14</COMPLIANCE_HRS_SAT> <COMPLIANCE_HRS_SUN>sample string 8</COMPLIANCE_HRS_SUN> <COMPLIANCE_HRS_TH>sample string 12</COMPLIANCE_HRS_TH> <COMPLIANCE_HRS_TUE>sample string 10</COMPLIANCE_HRS_TUE> <COMPLIANCE_HRS_WED>sample string 11</COMPLIANCE_HRS_WED> <DATE_TIME_ENTERED>sample string 15</DATE_TIME_ENTERED> <DATE_WK_END>2024-11-24T00:34:07.3153435-05:00</DATE_WK_END> <STRAT_OUTCOME_ID>sample string 6</STRAT_OUTCOME_ID> <TIME_ACTIVITY>sample string 7</TIME_ACTIVITY> <TIME_REMARKS>sample string 18</TIME_REMARKS> <TIME_SOURCE>sample string 17</TIME_SOURCE> <TIME_TYPE_ID>sample string 5</TIME_TYPE_ID> <WH_EMPLOYEE_ID>1</WH_EMPLOYEE_ID> <WH_OFC_ID_ASSIGNED>16</WH_OFC_ID_ASSIGNED> </WhTimeReporting> </ArrayOfWhTimeReporting>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.