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": "805be519-2752-4100-abbb-962c0c497e47",
"DispatchLocationId": "86a4a331-f74c-4a32-85dd-a915c95ab0da",
"WarehouseId": "b7b5894e-c80f-4674-ba8d-7e72ed37ab59",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4a9e7dee-7574-4ca9-921d-9960c36a8fb9",
"ActyId": "1f965a55-e991-49d9-9f5b-93ca85e0739b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3fc76709-a995-4267-86a8-33f6e732d80f"
},
{
"Id": "805be519-2752-4100-abbb-962c0c497e47",
"DispatchLocationId": "86a4a331-f74c-4a32-85dd-a915c95ab0da",
"WarehouseId": "b7b5894e-c80f-4674-ba8d-7e72ed37ab59",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4a9e7dee-7574-4ca9-921d-9960c36a8fb9",
"ActyId": "1f965a55-e991-49d9-9f5b-93ca85e0739b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3fc76709-a995-4267-86a8-33f6e732d80f"
}
]