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": "b1e1e94c-f5b5-4fc1-9997-a28731f2d376",
"DispatchLocationId": "85f8d463-9ae3-4fad-b4c9-99e205d05bb9",
"WarehouseId": "36b4d944-9de1-497d-b69c-cf212b69d44c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fb075fec-85ed-42fc-8222-456aaefa70ed",
"ActyId": "f8d40e5c-fa1a-4b0e-8286-9ace92e1956e",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "7f5ad7a0-7178-4202-9361-1c3c33528a82"
}