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": "d2b1d5f7-e6aa-49a4-abbd-94ad25a4cf9b",
"DispatchLocationId": "0e02e21d-acfb-46e6-a7ba-fb14bdacc54c",
"WarehouseId": "621ad9d3-181b-48ca-94da-fa3df2cf172d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f65f605b-8d5b-4acd-8ea3-fcdb84a9efba",
"ActyId": "259580d7-c988-49ae-886d-847281368111",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e8cf5320-e6db-461e-be90-5ac2c84e18ee"
},
{
"Id": "d2b1d5f7-e6aa-49a4-abbd-94ad25a4cf9b",
"DispatchLocationId": "0e02e21d-acfb-46e6-a7ba-fb14bdacc54c",
"WarehouseId": "621ad9d3-181b-48ca-94da-fa3df2cf172d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f65f605b-8d5b-4acd-8ea3-fcdb84a9efba",
"ActyId": "259580d7-c988-49ae-886d-847281368111",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "e8cf5320-e6db-461e-be90-5ac2c84e18ee"
}
]