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": "98a047cf-07d4-416f-b73f-a6bbe3e7e118",
"DispatchLocationId": "99f018bb-e303-49f6-8a5a-a03823ebd3d8",
"WarehouseId": "2bb66784-69e2-4d9f-b3cb-9afbebfa5aaf",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "110b7cfa-4e84-42c3-8304-3e353ccbc15a",
"ActyId": "b8db86a6-9f97-4608-aa1f-2a5352cea0a6",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1826c6b1-6847-48c3-b28e-ef2f94079ef0"
}