Accepts a number of roster shift swaps by shift ID.
POST https://api.yourpayroll.com.au/api/v2/ess/{employeeId}/shift/swap/accept
Parameter name | Value | Description | Additional |
---|---|---|---|
employeeId | string | Required |
The request body takes a complete EssBulkRosterShiftSwapModel resource, containing the following writable properties:
{
"shifts": [
"int32"
]
}
Name | Type | Description |
---|---|---|
shifts[] | array of int32 |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
AuEssBulkRosterShiftActionResponse |
Powered by DapperDox