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": "1936d48a-6c8f-401e-b57f-104ab7e2c9d8",
"DispatchLocationId": "db52ba48-1e51-446a-8990-37852cd4a22c",
"WarehouseId": "b5c993c9-9e7e-4369-845e-9f4c3cc6678d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ba9070a0-40ee-4dde-add2-9e62f661d936",
"ActyId": "4e7044d6-7da7-4f0c-997e-096933138406",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "326507f1-c420-47ac-a94f-7e9cee5cdfe2"
}