GET api/Location/All/Number/{LocationNumber}
Get location list by number
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "f86b9bff-195f-439b-aa78-4f085c47c8b1",
"DispatchLocationId": "9bc72202-b691-4032-9a93-0dde73b17d3c",
"WarehouseId": "fd8896b8-7e07-4e75-93e5-dc4b4e3d5bb4",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "87006aac-5cfd-48d7-9bf7-b8cf21f17a90",
"ActyId": "ef0c8329-ad09-44c8-9503-7dbd8391e719",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9d7a666d-bc94-43a0-aafe-81b807d12179"
},
{
"Id": "f86b9bff-195f-439b-aa78-4f085c47c8b1",
"DispatchLocationId": "9bc72202-b691-4032-9a93-0dde73b17d3c",
"WarehouseId": "fd8896b8-7e07-4e75-93e5-dc4b4e3d5bb4",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "87006aac-5cfd-48d7-9bf7-b8cf21f17a90",
"ActyId": "ef0c8329-ad09-44c8-9503-7dbd8391e719",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9d7a666d-bc94-43a0-aafe-81b807d12179"
}
]