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": "32aa35e7-e189-4b0a-b440-a20bd48272fb",
"DispatchLocationId": "9bc6f3d1-9b49-4776-b938-c5cf84950fa0",
"WarehouseId": "bfa67054-7eb3-4cf9-ad40-944c4cca9b4c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ed53959d-cc13-4035-8f86-e7064f185c94",
"ActyId": "38469f4c-72ce-4146-b9be-5e635034cdea",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c63d8da9-4bcc-4ecd-bbb4-cf64a70d129d"
}