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": "ba6c361c-d902-463f-849c-865deb85b073",
"DispatchLocationId": "2d343cf2-8990-4519-b492-1aebb454109a",
"WarehouseId": "73973f36-8d44-4486-ac86-4732eb30498e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "92dfa7ee-81fc-4e49-a934-36c35a53ff1c",
"ActyId": "1acae232-fd03-4974-9900-b0c74031ba51",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9337fb47-3254-4ce3-9cf5-0822ddd85213"
}