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": "002ef46e-f74d-4d24-9d9e-ae01405b07d9",
"DispatchLocationId": "e3ef1c83-8dc9-4e48-813a-0e0d29d2af70",
"WarehouseId": "b8f8d08b-8764-46b7-8281-a3591b8e8e8e",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "f6184d62-682c-4187-8772-42c554f2166e",
"ActyId": "8d1ca9dc-cc35-4a99-a0a7-6003afeececa",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3c2d83b4-8644-4a57-934d-aa784d52a03f"
}