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": "20770524-0fec-44d7-85f6-c439ec890b3d",
"DispatchLocationId": "ddcd76e6-39b0-4bdd-8536-fcf891331c1e",
"WarehouseId": "23f46210-5152-4cd8-bdca-a20e69e90a41",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "674777de-95b7-441d-8709-3ad5ab57e9ea",
"ActyId": "c4e8cb6f-9538-4f98-8c49-ab50b099eefd",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "aa9a7045-4dbe-42b1-a744-6de41a6c21f1"
}