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": "b9f17177-c67a-477d-8d60-018cdf62af70",
"DispatchLocationId": "3ab39b6f-5fb6-4784-a8c5-1fa4871f6890",
"WarehouseId": "003647f9-970d-43ab-acb0-63d096a884b8",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "899f1f47-adc5-4fd0-ab36-001334314095",
"ActyId": "d56fd759-0cee-4cd9-9193-b768ffbb2688",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "241252e3-36b5-4948-871c-72c58c2409a0"
},
{
"Id": "b9f17177-c67a-477d-8d60-018cdf62af70",
"DispatchLocationId": "3ab39b6f-5fb6-4784-a8c5-1fa4871f6890",
"WarehouseId": "003647f9-970d-43ab-acb0-63d096a884b8",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "899f1f47-adc5-4fd0-ab36-001334314095",
"ActyId": "d56fd759-0cee-4cd9-9193-b768ffbb2688",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "241252e3-36b5-4948-871c-72c58c2409a0"
}
]