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": "5478f23e-ad6e-4de4-a441-21bb7a0df80e",
"DispatchLocationId": "03786b9e-ac95-4ca8-b75c-2718faea0034",
"WarehouseId": "8b6aa3a1-187b-42e2-bd51-3d0c193f23f8",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c5001856-916a-44d3-8d4b-461ed0f1beb9",
"ActyId": "d2b3c29a-b9e4-48c4-8500-595798fe4873",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "a013a8c0-f7ac-4cd1-926a-4d7575bb9475"
}