GET api/Location/All/ExactName/{LocationName}
Get exact location by name Observe: replace "/" with ___ (3 underscores) and and "." with --- (3) in the LocationName parameter value to avoid a 404 Not Found
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationName | 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": "80a6016f-b5b2-4ed2-bdce-8bb25692282d",
"DispatchLocationId": "1c8272f5-9fa1-47f9-a90f-d4ff2351ea53",
"WarehouseId": "b746c88d-6983-422f-bc57-fbe58ec400a3",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4954ed77-c41b-43e1-bd88-6f7b3db816e3",
"ActyId": "298c4288-bcf3-4b1f-92f9-dd9e714bea97",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "cd8f0709-f49b-447f-b17a-253ee895bea2"
}