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": "83f3d611-b554-4c7d-b2d4-9b89f1e297af",
"DispatchLocationId": "8062ef8c-28a2-4325-9a15-55aa172d62d9",
"WarehouseId": "d4386ab2-a573-437e-9226-2de4bdf8bd47",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "015d8746-ed59-4127-b7ef-2d9de9e2bacd",
"ActyId": "57b189d4-6061-4b02-bf53-3adf752cdfda",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "9db2332c-0454-4676-a733-78b497f2370e"
}