POST employee/schedules
Authorized only.
Request Information
URI Parameters
None.
Body Parameters
ApiPushRequestOfEmployeeScheduleApiModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Inserted | Collection of EmployeeScheduleApiModel |
None. |
|
| Updated | Collection of EmployeeScheduleApiModel |
None. |
Request Formats
application/json, text/json
Sample:
{
"Inserted": [
{
"By": "sample string 1",
"CompanyId": 2,
"CreatedDt": "2026-07-16T16:07:11.1241135-04:00",
"EmployeeId": 4,
"End": "2026-07-16T16:07:11.1241135-04:00",
"EndLunch": "2026-07-16T16:07:11.1241135-04:00",
"Start": "2026-07-16T16:07:11.1241135-04:00",
"StartLunch": "2026-07-16T16:07:11.1241135-04:00",
"OverrideColor": "sample string 7",
"DepartmentId": 1,
"ScheduleTypeId": 8,
"Note": "sample string 9",
"InternalMobileId": 10,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
},
{
"By": "sample string 1",
"CompanyId": 2,
"CreatedDt": "2026-07-16T16:07:11.1241135-04:00",
"EmployeeId": 4,
"End": "2026-07-16T16:07:11.1241135-04:00",
"EndLunch": "2026-07-16T16:07:11.1241135-04:00",
"Start": "2026-07-16T16:07:11.1241135-04:00",
"StartLunch": "2026-07-16T16:07:11.1241135-04:00",
"OverrideColor": "sample string 7",
"DepartmentId": 1,
"ScheduleTypeId": 8,
"Note": "sample string 9",
"InternalMobileId": 10,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
}
],
"Updated": [
{
"By": "sample string 1",
"CompanyId": 2,
"CreatedDt": "2026-07-16T16:07:11.1241135-04:00",
"EmployeeId": 4,
"End": "2026-07-16T16:07:11.1241135-04:00",
"EndLunch": "2026-07-16T16:07:11.1241135-04:00",
"Start": "2026-07-16T16:07:11.1241135-04:00",
"StartLunch": "2026-07-16T16:07:11.1241135-04:00",
"OverrideColor": "sample string 7",
"DepartmentId": 1,
"ScheduleTypeId": 8,
"Note": "sample string 9",
"InternalMobileId": 10,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
},
{
"By": "sample string 1",
"CompanyId": 2,
"CreatedDt": "2026-07-16T16:07:11.1241135-04:00",
"EmployeeId": 4,
"End": "2026-07-16T16:07:11.1241135-04:00",
"EndLunch": "2026-07-16T16:07:11.1241135-04:00",
"Start": "2026-07-16T16:07:11.1241135-04:00",
"StartLunch": "2026-07-16T16:07:11.1241135-04:00",
"OverrideColor": "sample string 7",
"DepartmentId": 1,
"ScheduleTypeId": 8,
"Note": "sample string 9",
"InternalMobileId": 10,
"Id": 1,
"MobileId": 1,
"IsInserted": true,
"IsUpdated": true,
"IsDeleted": true
}
]
}
application/xml, text/xml
Sample:
<ApiPushRequestOfEmployeeScheduleApiModel8eTFhRgR xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Api">
<Inserted xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Data.Mapping.Mobile.Employee">
<d2p1:EmployeeScheduleApiModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
<InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">10</InternalMobileId>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
<IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
<IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
<MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
<By xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 1</By>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2</CompanyId>
<CreatedDt xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</CreatedDt>
<DepartmentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">1</DepartmentId>
<EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">4</EmployeeId>
<End xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</End>
<EndLunch xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</EndLunch>
<Note xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 9</Note>
<OverrideColor xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 7</OverrideColor>
<ScheduleTypeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">8</ScheduleTypeId>
<Start xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</Start>
<StartLunch xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</StartLunch>
</d2p1:EmployeeScheduleApiModel>
<d2p1:EmployeeScheduleApiModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
<InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">10</InternalMobileId>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
<IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
<IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
<MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
<By xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 1</By>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2</CompanyId>
<CreatedDt xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</CreatedDt>
<DepartmentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">1</DepartmentId>
<EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">4</EmployeeId>
<End xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</End>
<EndLunch xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</EndLunch>
<Note xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 9</Note>
<OverrideColor xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 7</OverrideColor>
<ScheduleTypeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">8</ScheduleTypeId>
<Start xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</Start>
<StartLunch xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</StartLunch>
</d2p1:EmployeeScheduleApiModel>
</Inserted>
<Updated xmlns:d2p1="http://schemas.datacontract.org/2004/07/IConnect.Data.Mapping.Mobile.Employee">
<d2p1:EmployeeScheduleApiModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
<InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">10</InternalMobileId>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
<IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
<IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
<MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
<By xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 1</By>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2</CompanyId>
<CreatedDt xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</CreatedDt>
<DepartmentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">1</DepartmentId>
<EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">4</EmployeeId>
<End xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</End>
<EndLunch xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</EndLunch>
<Note xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 9</Note>
<OverrideColor xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 7</OverrideColor>
<ScheduleTypeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">8</ScheduleTypeId>
<Start xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</Start>
<StartLunch xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</StartLunch>
</d2p1:EmployeeScheduleApiModel>
<d2p1:EmployeeScheduleApiModel>
<Id xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</Id>
<InternalMobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">10</InternalMobileId>
<IsDeleted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsDeleted>
<IsInserted xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsInserted>
<IsUpdated xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">true</IsUpdated>
<MobileId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Core.Entities.Mobile.Base">1</MobileId>
<By xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 1</By>
<CompanyId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2</CompanyId>
<CreatedDt xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</CreatedDt>
<DepartmentId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">1</DepartmentId>
<EmployeeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">4</EmployeeId>
<End xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</End>
<EndLunch xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</EndLunch>
<Note xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 9</Note>
<OverrideColor xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">sample string 7</OverrideColor>
<ScheduleTypeId xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">8</ScheduleTypeId>
<Start xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</Start>
<StartLunch xmlns="http://schemas.datacontract.org/2004/07/IConnect.Domain.Mobile.Employee">2026-07-16T16:07:11.1241135-04:00</StartLunch>
</d2p1:EmployeeScheduleApiModel>
</Updated>
</ApiPushRequestOfEmployeeScheduleApiModel8eTFhRgR>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |