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": "4ff11ca9-ed0d-497d-867a-e4b8bc4f52c5",
"DispatchLocationId": "1974a1d3-3987-434a-821a-bcbdcca8da31",
"WarehouseId": "7a905676-e701-4c05-9442-ff8bb108cf1d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ba6e7739-1e90-40c4-8c52-2865787b318f",
"ActyId": "144f15b5-cdab-4e1e-bc40-cfee73ccc805",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "133ca142-9cc8-4fd4-815e-525d4e369912"
},
{
"Id": "4ff11ca9-ed0d-497d-867a-e4b8bc4f52c5",
"DispatchLocationId": "1974a1d3-3987-434a-821a-bcbdcca8da31",
"WarehouseId": "7a905676-e701-4c05-9442-ff8bb108cf1d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ba6e7739-1e90-40c4-8c52-2865787b318f",
"ActyId": "144f15b5-cdab-4e1e-bc40-cfee73ccc805",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "133ca142-9cc8-4fd4-815e-525d4e369912"
}
]