Create an individual timesheet line IMPORTANT NOTICE: If units are specified the start and end time will be changed to midnight
POST https://api.yourpayroll.com.au/api/v2/business/{businessId}/timesheet
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete AuIndividualTimesheetLineModel resource, containing the following writable properties:
{
"attachment": {
"data": "byte",
"dateCreated": "date-time",
"dateScanned": "date-time",
"friendlyName": "string",
"id": "int32",
"isDeleted": "boolean",
"isInfected": "boolean",
"url": "string"
},
"attachmentId": "int32",
"breaks": [
{
"endTime": "date-time",
"isPaidBreak": "boolean",
"startTime": "date-time"
}
],
"classification": "string",
"classificationId": "int32",
"comments": "string",
"dimensionValueIds": [
"int32"
],
"employeeId": "int32",
"endTime": "date-time",
"externalId": "string",
"fullyQualifiedLocationName": "string",
"hiddenComments": "string",
"id": "int32",
"leaveCategoryId": "int32",
"locationId": "int32",
"locationIsDeleted": "boolean",
"payCategoryId": "int32",
"rate": "double",
"shiftConditionIds": [
"int32"
],
"shiftConditions": [
{
"id": "int32",
"name": "string"
}
],
"source": "string",
"startTime": "date-time",
"status": "string",
"units": "double",
"workType": "string",
"workTypeId": "int32"
}
Name | Type | Description |
---|---|---|
attachment | object | Attachment |
attachment.data | byte | Byte[] |
attachment.dateCreated | date-time |
Nullable |
attachment.dateScanned | date-time |
Nullable |
attachment.friendlyName | string | String |
attachment.id | int32 |
Nullable |
attachment.isDeleted | boolean | Boolean |
attachment.isInfected | boolean |
Nullable |
attachment.url | string | String |
attachmentId | int32 |
Nullable |
breaks[] | array | |
breaks[].endTime | date-time |
Nullable |
breaks[].isPaidBreak | boolean | Boolean |
breaks[].startTime | date-time |
Nullable |
classification | string | String |
classificationId | int32 |
Nullable |
comments | string | String |
dimensionValueIds[] | array of int32 | |
employeeId | int32 | Int32 |
endTime | date-time |
Nullable |
externalId | string | String |
fullyQualifiedLocationName | string | String |
hiddenComments | string | String |
id | int32 | Int32 |
leaveCategoryId | int32 |
Nullable |
locationId | int32 |
Nullable |
locationIsDeleted | boolean | Boolean |
payCategoryId | int32 |
Nullable |
rate | double |
Nullable |
shiftConditionIds[] | array of int32 | |
shiftConditions[] | array | |
shiftConditions[].id | int32 | Int32 |
shiftConditions[].name | string | String |
source | string |
ExternalService
Possible values are:
|
startTime | date-time |
Nullable |
status | string | String |
units | double |
Nullable |
workType | string | String |
workTypeId | int32 |
Nullable |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
AuIndividualTimesheetLineModel |