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": "e386193a-47ff-4d6d-9e5e-4f46cf001188",
"DispatchLocationId": "93efcb78-aa24-49b1-993f-19357a2fb33b",
"WarehouseId": "2a46a2cc-39c6-4c96-a698-e2fe59b2a862",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "122a91a6-a3c7-4a10-aefe-48226dca7ea9",
"ActyId": "42370338-a1c4-424c-83ec-fa583136cf5d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "301ec158-04d5-45e0-be56-c706c6ed318b"
}