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": "60d32979-2177-4cbc-bdea-964f32170e11",
"DispatchLocationId": "39c15f3c-0c78-476d-b515-7203fc31fbf5",
"WarehouseId": "3c8370b0-b479-40d0-b6b6-5218dd152364",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9b9f4164-74d9-4f72-8e5b-4b8acdd8fcc6",
"ActyId": "734e30d3-52cc-4b69-867f-87b77c5683b1",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "af8895e9-b61d-47fe-ae70-0caab41279e9"
},
{
"Id": "60d32979-2177-4cbc-bdea-964f32170e11",
"DispatchLocationId": "39c15f3c-0c78-476d-b515-7203fc31fbf5",
"WarehouseId": "3c8370b0-b479-40d0-b6b6-5218dd152364",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "9b9f4164-74d9-4f72-8e5b-4b8acdd8fcc6",
"ActyId": "734e30d3-52cc-4b69-867f-87b77c5683b1",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "af8895e9-b61d-47fe-ae70-0caab41279e9"
}
]