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": "3f285bca-3110-4a70-9296-1737f00be02c",
"DispatchLocationId": "7bef623e-80e4-49a2-a43f-2f296a7bc9fd",
"WarehouseId": "70008c1b-f88c-4126-946c-5bcd8ca2c00f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "ee08b900-b46c-4e69-91c6-9bb0dec6f2fc",
"ActyId": "da186fe9-d21b-4748-95ed-41a088f48534",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "56b90721-4eff-449f-8802-86a5b64014b9"
}