GET api/Location/All/Number/{LocationNumber}
Get location list by number
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LocationNumber | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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": "69fa4479-c464-44a5-8b0c-34ac625b59da",
"DispatchLocationId": "b9f7830c-b118-47d1-b8b0-052940a47ace",
"WarehouseId": "49fb6749-d7de-44d3-8416-12df8c21fa6c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4a351f0b-e9c5-4a8b-be52-65b862d437bd",
"ActyId": "35abf37e-f194-4ed4-90e3-6712e815989d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "94636ae5-7875-44ae-a045-8c1ede2c96d4"
},
{
"Id": "69fa4479-c464-44a5-8b0c-34ac625b59da",
"DispatchLocationId": "b9f7830c-b118-47d1-b8b0-052940a47ace",
"WarehouseId": "49fb6749-d7de-44d3-8416-12df8c21fa6c",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "4a351f0b-e9c5-4a8b-be52-65b862d437bd",
"ActyId": "35abf37e-f194-4ed4-90e3-6712e815989d",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "94636ae5-7875-44ae-a045-8c1ede2c96d4"
}
]