Methods

  • get - Get Location By Id

Resource

{
    "country": "string",
    "defaultShiftConditionIds": [
        "int32"
    ],
    "externalAccountingLocationId": "string",
    "externalId": "string",
    "fullyQualifiedName": "string",
    "generalLedgerMappingCode": "string",
    "id": "int32",
    "isGlobal": "boolean",
    "isRollupReportingLocation": "boolean",
    "name": "string",
    "nestedLocations": [
        {
            "country": "string",
            "defaultShiftConditionIds": [
                "int32"
            ],
            "externalAccountingLocationId": "string",
            "externalId": "string",
            "fullyQualifiedName": "string",
            "generalLedgerMappingCode": "string",
            "id": "int32",
            "isGlobal": "boolean",
            "isRollupReportingLocation": "boolean",
            "name": "string",
            "parentId": "int32",
            "source": "string",
            "state": "string"
        }
    ],
    "parentId": "int32",
    "source": "string",
    "state": "string"
}

Properties

Name Type Description
country string String
defaultShiftConditionIds[] array of int32
externalAccountingLocationId string String
externalId string String
fullyQualifiedName string String
generalLedgerMappingCode string String
id int32 Int32
isGlobal boolean Boolean
isRollupReportingLocation boolean Boolean
name string String
nestedLocations[] array
nestedLocations[].country string String
nestedLocations[].defaultShiftConditionIds[] array of int32
nestedLocations[].externalAccountingLocationId string String
nestedLocations[].externalId string String
nestedLocations[].fullyQualifiedName string String
nestedLocations[].generalLedgerMappingCode string String
nestedLocations[].id int32 Int32
nestedLocations[].isGlobal boolean Boolean
nestedLocations[].isRollupReportingLocation boolean Boolean
nestedLocations[].name string String
nestedLocations[].parentId int32 Nullable
nestedLocations[].source string String
nestedLocations[].state string String
parentId int32 Nullable
source string String
state string String