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": "29589c11-645e-4a40-bee0-b2f0f27a98af",
"DispatchLocationId": "eec4bfb8-2caf-4b08-961d-b07ccd4ca97c",
"WarehouseId": "8a8bbed1-42d1-4290-a937-2bb41bfab9db",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "e6b6b233-adbb-4e30-825b-899cddf19099",
"ActyId": "772f8d52-9ba6-4428-8dee-35019cc4da60",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "aae618ea-1f4a-493e-b17a-091e79aaf1b8"
}