GET v6/integration/locationCategories
Request Information
URI Parameters
None.
Body Parameters
IntegrationSpecsModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| BatchSize | integer |
None. |
|
| Pointer | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"batchSize": 1,
"pointer": 1
}
Response Information
Resource Description
Collection of IntegrationLocationCategoryModelv6| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationCategoryId | integer |
None. |
|
| LocationCategory | string |
None. |
|
| SystemCategory | boolean |
None. |
|
| CreationDate | date |
None. |
|
| ModifiedDate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"locationCategoryId": 1,
"locationCategory": "sample string 2",
"systemCategory": true,
"creationDate": "2025-11-08T08:21:23.2148492+00:00",
"modifiedDate": "2025-11-08T08:21:23.2148492+00:00"
},
{
"locationCategoryId": 1,
"locationCategory": "sample string 2",
"systemCategory": true,
"creationDate": "2025-11-08T08:21:23.2148492+00:00",
"modifiedDate": "2025-11-08T08:21:23.2148492+00:00"
}
]