POST api/v3/Payroll/company/{CompanyId}/location/{LocationId}/punchschedules?ApplicationName={ApplicationName}&ApiKey={ApiKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId | string |
Required |
|
| LocationId | string |
Required |
|
| ApplicationName | string |
Required |
|
| ApiKey | string |
Required |
Body Parameters
Collection of PunchSchedules| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeeGUID | globally unique identifier |
Required |
|
| PunchSchedulesPeriodEnds | date |
Required |
|
| LocationGUID | globally unique identifier |
None. |
|
| TimeStamp | date |
None. |
|
| PunchSchedulesScheduleData | string |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"EmployeeGUID": "fec3df8c-3624-468d-b1da-a5cfcb36525e",
"PunchSchedulesPeriodEnds": "2026-06-05T17:23:35.2914221-04:00",
"LocationGUID": "e15e2d66-ac3d-4d8a-98d1-46a0de7e8608",
"TimeStamp": "2026-06-05T17:23:35.2914221-04:00",
"PunchSchedulesScheduleData": "sample string 4"
},
{
"EmployeeGUID": "fec3df8c-3624-468d-b1da-a5cfcb36525e",
"PunchSchedulesPeriodEnds": "2026-06-05T17:23:35.2914221-04:00",
"LocationGUID": "e15e2d66-ac3d-4d8a-98d1-46a0de7e8608",
"TimeStamp": "2026-06-05T17:23:35.2914221-04:00",
"PunchSchedulesScheduleData": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfPunchSchedules xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MPSWebApi.Models">
<PunchSchedules>
<EmployeeGUID>fec3df8c-3624-468d-b1da-a5cfcb36525e</EmployeeGUID>
<LocationGUID>e15e2d66-ac3d-4d8a-98d1-46a0de7e8608</LocationGUID>
<PunchSchedulesPeriodEnds>2026-06-05T17:23:35.2914221-04:00</PunchSchedulesPeriodEnds>
<PunchSchedulesScheduleData>sample string 4</PunchSchedulesScheduleData>
<TimeStamp>2026-06-05T17:23:35.2914221-04:00</TimeStamp>
</PunchSchedules>
<PunchSchedules>
<EmployeeGUID>fec3df8c-3624-468d-b1da-a5cfcb36525e</EmployeeGUID>
<LocationGUID>e15e2d66-ac3d-4d8a-98d1-46a0de7e8608</LocationGUID>
<PunchSchedulesPeriodEnds>2026-06-05T17:23:35.2914221-04:00</PunchSchedulesPeriodEnds>
<PunchSchedulesScheduleData>sample string 4</PunchSchedulesScheduleData>
<TimeStamp>2026-06-05T17:23:35.2914221-04:00</TimeStamp>
</PunchSchedules>
</ArrayOfPunchSchedules>
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. |