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": "fd3bcb43-62a0-45b7-8fe4-bcc32e149362",
"DispatchLocationId": "b5a29a51-c390-4c66-8418-78193ba14ff2",
"WarehouseId": "190dc5a4-4045-4bfd-bb41-6926142571cc",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7c23c2eb-967b-44cc-ba29-05e555c6422a",
"ActyId": "2c2a52c5-b015-4a87-a143-329881051ab7",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "929d1189-8758-437c-aa37-52e9d0cf01e8"
}