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": "b2ad2679-6b67-4678-aa9a-529303016293",
"DispatchLocationId": "33c06841-340e-49b9-bb8f-883ac22197b4",
"WarehouseId": "5923bd5f-5331-4e0d-99b1-f83833ef814f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7366352c-2ad0-4f03-bde9-1082ead6965b",
"ActyId": "f06e5e7a-7814-4aee-8bce-5f12bd58a3ab",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "f97249cd-5d0d-4d49-91d6-b4b265bec570"
}