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": "cb454c4c-05fe-4749-b7fd-4168bc15f86f",
"DispatchLocationId": "8d668141-c654-4ae3-b945-e8ce1f1b86b4",
"WarehouseId": "5df53683-37cc-4526-b27d-c9b96f0b78f7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "26fd4b86-5c75-4462-9830-76476e538f00",
"ActyId": "c19dbb80-60d5-499d-8e22-e99b9fa05c3a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "d6f64261-893d-4c94-bcf1-8429e74f133c"
},
{
"Id": "cb454c4c-05fe-4749-b7fd-4168bc15f86f",
"DispatchLocationId": "8d668141-c654-4ae3-b945-e8ce1f1b86b4",
"WarehouseId": "5df53683-37cc-4526-b27d-c9b96f0b78f7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "26fd4b86-5c75-4462-9830-76476e538f00",
"ActyId": "c19dbb80-60d5-499d-8e22-e99b9fa05c3a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "d6f64261-893d-4c94-bcf1-8429e74f133c"
}
]