GET api/Location/All/ExactNumber/{LocationNumber}
Get exact location by number
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "aead15f9-9691-4315-b6a4-88277ecd7659",
"DispatchLocationId": "729e1833-9854-42ca-b4d4-6a2e3b7b14fd",
"WarehouseId": "fdc0a593-78aa-4dc5-b855-50b078d4c30f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4855638f-2088-4833-9882-a611ec50aa46",
"ActyId": "026213a5-f21f-4b5f-bc7a-bb9222e92834",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "625a8818-9de3-4c64-b4d0-696e6343e2b8"
}