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": "76493ae0-0484-433a-8dc4-398b9f6b2023",
"DispatchLocationId": "0041fa01-4f97-4639-9133-aa9266457079",
"WarehouseId": "18f016f2-9d06-4ddb-b144-0b483c18e3b9",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "66a20f8f-8575-4a23-a22a-0b4f51a2f817",
"ActyId": "2fed9d2c-ca29-424e-9b22-84f7df35aef2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "614706e5-7052-4489-becf-ec46e5475543"
}