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": "0a67074d-e65e-46c4-877c-e95dc29092a0",
"DispatchLocationId": "d1eb9441-bdba-438d-aab6-75eb67c4c452",
"WarehouseId": "97844302-2758-4cc2-af97-6260d9c8c515",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3f4d239e-efd3-446e-9cad-126df94264ea",
"ActyId": "2ec69077-be41-4edd-a7f9-26645b5443f2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "6cedd36f-158d-4105-bed9-1057b3baaa82"
}