Generates timesheets for the roster shift with the specified ID.

Request

POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/rostershift/{rosterShiftId}/stub

Path parameters

Parameter name Value Description Additional
rosterShiftId int32 Required
businessId string Required

Request body

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

{
    "note": "string"
}

Properties

Name Type Description
note string String

Response

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

Status code Description Resource
200 OK

OK