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": "93314098-3c5a-43e8-abe4-db78df031eee",
"DispatchLocationId": "d9b949ca-f998-404e-a0fa-ea50e516b576",
"WarehouseId": "0d65995d-2e88-4a34-841b-0aca4470e534",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3669d723-6c6f-4cc5-a8a8-e5bce858e8f1",
"ActyId": "41e92dc5-85f6-4703-80f4-80d7b1cc6f30",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "31a1988c-0203-4071-b707-461855d5f279"
},
{
"Id": "93314098-3c5a-43e8-abe4-db78df031eee",
"DispatchLocationId": "d9b949ca-f998-404e-a0fa-ea50e516b576",
"WarehouseId": "0d65995d-2e88-4a34-841b-0aca4470e534",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3669d723-6c6f-4cc5-a8a8-e5bce858e8f1",
"ActyId": "41e92dc5-85f6-4703-80f4-80d7b1cc6f30",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "31a1988c-0203-4071-b707-461855d5f279"
}
]