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": "e39e989f-2fdd-408b-bf70-0d4af12458a9",
"DispatchLocationId": "d189082a-4bf6-4ab8-8329-fdbdeea7dd13",
"WarehouseId": "ad845c83-bf7a-4665-9b60-4d7e26219306",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "2c81db46-b117-4d10-9969-61c20b7fa303",
"ActyId": "69664407-7fa8-4243-a327-1ecc7ad4b6e5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0edfe8b2-956d-4d23-ac65-3665ac16b418"
},
{
"Id": "e39e989f-2fdd-408b-bf70-0d4af12458a9",
"DispatchLocationId": "d189082a-4bf6-4ab8-8329-fdbdeea7dd13",
"WarehouseId": "ad845c83-bf7a-4665-9b60-4d7e26219306",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "2c81db46-b117-4d10-9969-61c20b7fa303",
"ActyId": "69664407-7fa8-4243-a327-1ecc7ad4b6e5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0edfe8b2-956d-4d23-ac65-3665ac16b418"
}
]