{
"attachmentId": "int32",
"breaks": [
{
"endTime": "date-time",
"isPaidBreak": "boolean",
"startTime": "date-time"
}
],
"classification": "string",
"classificationId": "string",
"comments": "string",
"dimensionValues": [
{
"id": "int32",
"name": "string",
"reportingDimensionId": "int32"
}
],
"employeeId": "int32",
"endTime": "date-time",
"externalId": "string",
"fullyQualifiedLocationName": "string",
"hiddenComments": "string",
"id": "int32",
"leaveCategoryId": "string",
"locationId": "string",
"payCategoryId": "string",
"rate": "double",
"shiftConditionIds": [
"string"
],
"shiftConditions": [
{
"id": "int32",
"name": "string"
}
],
"source": "string",
"startTime": "date-time",
"status": "string",
"submittedByUser": "string",
"units": "double",
"workType": "string",
"workTypeId": "string"
}
Name | Type | Description |
---|---|---|
attachmentId | int32 |
Nullable |
breaks[] | array | |
breaks[].endTime | date-time |
Nullable |
breaks[].isPaidBreak | boolean | Boolean |
breaks[].startTime | date-time |
Nullable |
classification | string | String |
classificationId | string | String |
comments | string | String |
dimensionValues[] | array | |
dimensionValues[].id | int32 | Int32 |
dimensionValues[].name | string | String |
dimensionValues[].reportingDimensionId | int32 | Int32 |
employeeId | int32 | Int32 |
endTime | date-time |
Nullable |
externalId | string | String |
fullyQualifiedLocationName | string | String |
hiddenComments | string | String |
id | int32 | Int32 |
leaveCategoryId | string | String |
locationId | string | String |
payCategoryId | string | String |
rate | double |
Nullable |
shiftConditionIds[] | array of string | |
shiftConditions[] | array | |
shiftConditions[].id | int32 | Int32 |
shiftConditions[].name | string | String |
source | string |
ExternalService
Possible values are:
|
startTime | date-time |
Nullable |
status | string | String |
submittedByUser | string | String |
units | double |
Nullable |
workType | string | String |
workTypeId | string | String |