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": "6ce7a7a3-5f4e-406b-a4c8-7908e22982b9",
"DispatchLocationId": "e7163fc5-b672-415c-887c-d85a5a235e4b",
"WarehouseId": "9c8e8548-3f4e-4c10-86d3-0c5739938521",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f403ff02-7113-4ab7-95ab-cf9058ad7765",
"ActyId": "df83ebbe-68bc-4b0b-87d2-a1e7827013f8",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "47ca448e-df52-4872-885b-ba69363f4bc4"
}