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": "98bea24c-3fd4-406d-9d2a-e5f07f2392c9",
"DispatchLocationId": "46044599-9e7f-4910-8344-a5fedfa6ce69",
"WarehouseId": "4e367044-03e7-4b56-9ad1-be60d82942da",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "99cbbcdd-cc8e-45e0-ac02-431a55a40dab",
"ActyId": "1c736a7a-12fd-4dc5-986d-8619baf5db71",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "dd531a1a-775e-40c0-bd91-a117dc857b25"
},
{
"Id": "98bea24c-3fd4-406d-9d2a-e5f07f2392c9",
"DispatchLocationId": "46044599-9e7f-4910-8344-a5fedfa6ce69",
"WarehouseId": "4e367044-03e7-4b56-9ad1-be60d82942da",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "99cbbcdd-cc8e-45e0-ac02-431a55a40dab",
"ActyId": "1c736a7a-12fd-4dc5-986d-8619baf5db71",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "dd531a1a-775e-40c0-bd91-a117dc857b25"
}
]