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": "dea741d5-793d-4c61-a71f-4f93f10ebf93",
"DispatchLocationId": "ae4fe329-22a2-414b-a422-965a5fb3c247",
"WarehouseId": "75bf2775-a7eb-43cc-8fb1-3cd46c5bda38",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f0bfd01a-5077-4225-a806-d7616306942f",
"ActyId": "6c2ecdc2-e8a9-4b41-a9bc-19a26dbe3873",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "809a8ef3-5745-489d-a891-f83daf92d0b6"
},
{
"Id": "dea741d5-793d-4c61-a71f-4f93f10ebf93",
"DispatchLocationId": "ae4fe329-22a2-414b-a422-965a5fb3c247",
"WarehouseId": "75bf2775-a7eb-43cc-8fb1-3cd46c5bda38",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f0bfd01a-5077-4225-a806-d7616306942f",
"ActyId": "6c2ecdc2-e8a9-4b41-a9bc-19a26dbe3873",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "809a8ef3-5745-489d-a891-f83daf92d0b6"
}
]