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": "54d9c73e-ae2a-434b-be34-78871344e6da",
"DispatchLocationId": "4d19fe9f-59bc-4783-a929-5af5ec3b47f3",
"WarehouseId": "e2c4c635-6d3a-403a-a7a8-935c5f6fef3d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "34bb3f2a-7fe8-4c79-b83a-31eff87e20c8",
"ActyId": "7b7860fd-1f93-453c-b27f-bb1996b39253",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "58892404-f6c8-406f-8091-613fe6663a1c"
},
{
"Id": "54d9c73e-ae2a-434b-be34-78871344e6da",
"DispatchLocationId": "4d19fe9f-59bc-4783-a929-5af5ec3b47f3",
"WarehouseId": "e2c4c635-6d3a-403a-a7a8-935c5f6fef3d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "34bb3f2a-7fe8-4c79-b83a-31eff87e20c8",
"ActyId": "7b7860fd-1f93-453c-b27f-bb1996b39253",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "58892404-f6c8-406f-8091-613fe6663a1c"
}
]