Generates timesheets for the roster shift with the specified ID.
POST https://apimy.yourpayroll.io/api/v2/business/{businessId}/rostershift/{rosterShiftId}/stub
Parameter name | Value | Description | Additional |
---|---|---|---|
rosterShiftId | int32 | Required | |
businessId | string | Required |
The request body takes a complete StubRosterShiftViewModel resource, containing the following writable properties:
{
"note": "string"
}
Name | Type | Description |
---|---|---|
note | string | String |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
Powered by DapperDox