Declines the roster shift with the specified ID.

Request

POST https://apisg.yourpayroll.io/api/v2/ess/{employeeId}/shift/{shiftId}/decline

Path parameters

Parameter name Value Description Additional
shiftId int32 Required
employeeId string Required

Request body

The request body takes a complete EssDeclineRosterShiftModel resource, containing the following writable properties:

{
    "reason": "string"
}

Properties

Name Type Description
reason string String

Response

The following HTTP status codes may be returned, optionally with a response resource.

Status code Description Resource
200 OK

OK

EssRosterShiftCountModel