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": "5050dad1-9d42-4edf-b2c9-acbc95a916e4",
"DispatchLocationId": "26ff222c-9325-4b5f-b421-10c74fe663c1",
"WarehouseId": "a070eafd-88bf-4b56-bd9a-978ed171fbc7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ef053195-0e0e-446d-a594-1ce2d7c57620",
"ActyId": "946b2712-1b2c-4f6e-b5b8-a73d8d16267b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "823895ec-b78c-4a19-bae4-f3454e9e3cc0"
},
{
"Id": "5050dad1-9d42-4edf-b2c9-acbc95a916e4",
"DispatchLocationId": "26ff222c-9325-4b5f-b421-10c74fe663c1",
"WarehouseId": "a070eafd-88bf-4b56-bd9a-978ed171fbc7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ef053195-0e0e-446d-a594-1ce2d7c57620",
"ActyId": "946b2712-1b2c-4f6e-b5b8-a73d8d16267b",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "823895ec-b78c-4a19-bae4-f3454e9e3cc0"
}
]