PayrollAu
Creates a Payroll Calendar
post/PayrollCalendars
Headers
Idempotency-Keystring
This allows you to safely retry requests without the risk of duplicate processing. 128 character max.
Request body
Example request
[
{
"Name": "Fortnightly Calendar",
"StartDate": "/Date(322560000000+0000)/",
"PaymentDate": "/Date(322560000000+0000)/",
"PayrollCalendarID": "e0eb6747-7c17-4075-b804-989f8d4e5d39",
"UpdatedDateUTC": "/Date(1583967733054+0000)/",
"ReferenceDate": "/Date(322560000000+0000)/"
}
]Response
A successful request
Example response
{
"PayrollCalendars": [
{
"Name": "Fortnightly Calendar",
"StartDate": "/Date(322560000000+0000)/",
"PaymentDate": "/Date(322560000000+0000)/",
"PayrollCalendarID": "e0eb6747-7c17-4075-b804-989f8d4e5d39",
"UpdatedDateUTC": "/Date(1583967733054+0000)/",
"ReferenceDate": "/Date(322560000000+0000)/"
}
]
}