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": "e66af5e6-6abc-4b52-a98e-66f435c4ccce",
"DispatchLocationId": "85a87453-31cd-4331-8a63-b4ed883229ad",
"WarehouseId": "1774b835-37b3-4684-a91c-eef8fae55ff7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fa0a25b3-215d-47f7-9e33-c42f966229f9",
"ActyId": "dc118c4a-b53d-408c-afc2-715b0619a999",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "108d5d2d-507c-45dc-a83f-a9f3a7de9afb"
}