{
"classifications": [
{
"description": "string",
"id": "int32"
}
],
"defaultLocation": {
"description": "string",
"id": "int32"
},
"locationShiftConditions": [
{
"locationId": "int32",
"shiftConditionIds": [
"int32"
]
}
],
"locations": [
{
"description": "string",
"id": "int32"
}
],
"shiftConditions": [
{
"description": "string",
"id": "int32",
"shortCode": "string"
}
],
"workTypes": [
{
"description": "string",
"id": "int32",
"isLeaveType": "boolean",
"isUnitBased": "boolean",
"unitType": "string"
}
]
}
Name | Type | Description |
---|---|---|
classifications[] | array | |
classifications[].description | string | String |
classifications[].id | int32 | Int32 |
defaultLocation | object | LocationSelectModel |
defaultLocation.description | string | String |
defaultLocation.id | int32 | Int32 |
locationShiftConditions[] | array | |
locationShiftConditions[].locationId | int32 | Int32 |
locationShiftConditions[].shiftConditionIds[] | array of int32 | |
locations[] | array | |
locations[].description | string | String |
locations[].id | int32 | Int32 |
shiftConditions[] | array | |
shiftConditions[].description | string | String |
shiftConditions[].id | int32 | Int32 |
shiftConditions[].shortCode | string | String |
workTypes[] | array | |
workTypes[].description | string | String |
workTypes[].id | int32 | Int32 |
workTypes[].isLeaveType | boolean | Boolean |
workTypes[].isUnitBased | boolean | Boolean |
workTypes[].unitType | string | String |
Powered by DapperDox