GET api/Location/All/{ClientId}
Get all active locations
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClientId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Location| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| DispatchLocationId | globally unique identifier |
None. |
|
| WarehouseId | globally unique identifier |
None. |
|
| Number | string |
None. |
|
| Name | string |
None. |
|
| StoreNo | string |
None. |
|
| ParentId | globally unique identifier |
None. |
|
| ActyId | globally unique identifier |
None. |
|
| ActyDescription | string |
None. |
|
| InCountingStockOrderId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": "dbe0e037-431a-4f68-90cc-96b9970c9f78",
"DispatchLocationId": "f8e1c6a5-15df-48af-a454-e91585c131fb",
"WarehouseId": "326f6480-77c4-4efa-8621-66a884f47884",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "943a8c3b-3197-416f-a80f-1ebdb107fb49",
"ActyId": "a332dfcc-2fa1-4fbe-81a2-dae29b4fe3de",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "69106eb1-c5b5-4cd7-a5de-012fa741dd69"
}