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": "37ebb21a-0539-411d-a0fe-687df13ed45f",
"DispatchLocationId": "f25b35ff-c9b0-4755-81da-d99b463523be",
"WarehouseId": "5cbff951-f895-4a26-a9f6-ffaf1309cbd7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "87024201-b029-4c04-a814-974b355b34c2",
"ActyId": "a8952a1c-7b14-4efa-a4f3-ca035d9a28dd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8e9eb0b3-23be-40a6-9e0e-9bff1c144c27"
}