{
    "defaultLocation": {
        "description": "string",
        "id": "int32"
    },
    "locationShiftConditions": [
        {
            "locationId": "int32",
            "shiftConditionIds": [
                "int32"
            ]
        }
    ],
    "locations": [
        {
            "description": "string",
            "id": "int32"
        }
    ],
    "reportingDimensionGroups": [
        {
            "text": "string",
            "value": "int64"
        }
    ],
    "reportingDimensionValues": [
        {
            "isDeleted": "boolean",
            "isNoLongerAllowed": "boolean",
            "reportingDimensionId": "int32",
            "text": "string",
            "value": "int64"
        }
    ],
    "reportingDimensionsEnabled": "boolean",
    "shiftConditions": [
        {
            "businessAwardPackageId": "int32",
            "description": "string",
            "id": "int32",
            "shortCode": "string"
        }
    ],
    "workTypes": [
        {
            "businessAwardPackageId": "int32",
            "description": "string",
            "id": "int32",
            "isLeaveType": "boolean",
            "isUnitBased": "boolean",
            "unitType": "string"
        }
    ]
}
| Name | Type | Description | 
|---|---|---|
| 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 | 
| reportingDimensionGroups[] | array | |
| reportingDimensionGroups[].text | string | String | 
| reportingDimensionGroups[].value | int64 | 
      Nullable | 
  
| reportingDimensionValues[] | array | |
| reportingDimensionValues[].isDeleted | boolean | Boolean | 
| reportingDimensionValues[].isNoLongerAllowed | boolean | Boolean | 
| reportingDimensionValues[].reportingDimensionId | int32 | Int32 | 
| reportingDimensionValues[].text | string | String | 
| reportingDimensionValues[].value | int64 | 
      Nullable | 
  
| reportingDimensionsEnabled | boolean | Boolean | 
| shiftConditions[] | array | |
| shiftConditions[].businessAwardPackageId | int32 | 
      Nullable | 
  
| shiftConditions[].description | string | String | 
| shiftConditions[].id | int32 | Int32 | 
| shiftConditions[].shortCode | string | String | 
| workTypes[] | array | |
| workTypes[].businessAwardPackageId | int32 | 
      Nullable | 
  
| workTypes[].description | string | String | 
| workTypes[].id | int32 | Int32 | 
| workTypes[].isLeaveType | boolean | Boolean | 
| workTypes[].isUnitBased | boolean | Boolean | 
| workTypes[].unitType | string | String | 
Powered by DapperDox