{
"defaultLocationId": "int32",
"expenseCategories": [
{
"externalTaxCodeId": "string",
"id": "int32",
"name": "string",
"taxCode": "string",
"taxRate": "double"
}
],
"locations": [
{
"defaultShiftConditionIds": [
"int32"
],
"externalAccountingLocationId": "string",
"externalId": "string",
"fullyQualifiedName": "string",
"generalLedgerMappingCode": "string",
"id": "int32",
"isGlobal": "boolean",
"isRollupReportingLocation": "boolean",
"name": "string",
"parentId": "int32",
"source": "string",
"state": "string"
}
],
"taxCodes": [
{
"taxCode": "string",
"taxCodeDisplayName": "string",
"taxRate": "double"
}
]
}
Name | Type | Description |
---|---|---|
defaultLocationId | int32 | Int32 |
expenseCategories[] | array | |
expenseCategories[].externalTaxCodeId | string | String |
expenseCategories[].id | int32 | Int32 |
expenseCategories[].name | string | String |
expenseCategories[].taxCode | string | String |
expenseCategories[].taxRate | double |
Nullable |
locations[] | array | |
locations[].defaultShiftConditionIds[] | array of int32 | |
locations[].externalAccountingLocationId | string | String |
locations[].externalId | string | String |
locations[].fullyQualifiedName | string | String |
locations[].generalLedgerMappingCode | string | String |
locations[].id | int32 | Int32 |
locations[].isGlobal | boolean | Boolean |
locations[].isRollupReportingLocation | boolean | Boolean |
locations[].name | string | String |
locations[].parentId | int32 |
Nullable |
locations[].source | string | String |
locations[].state | string | String |
taxCodes[] | array | |
taxCodes[].taxCode | string | String |
taxCodes[].taxCodeDisplayName | string | String |
taxCodes[].taxRate | double | Decimal |
Powered by DapperDox