GET api/Location/Primary/ProductId/{ProductId}
Get primary location list by product
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductId | globally unique identifier |
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": "de44ea16-9f73-4df2-a7aa-306d1f0135d1",
"DispatchLocationId": "2425ac4c-1462-473c-a064-68e4caf036fa",
"WarehouseId": "ca0483b0-8fb6-4030-a208-ff56d81ba416",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d833fda5-2c15-4853-8930-6ad7417ace95",
"ActyId": "a17fe170-c72f-4f96-ac6e-5c696209ec4a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3ffcbfdd-89a3-445f-86f4-8bc8617bca70"
},
{
"Id": "de44ea16-9f73-4df2-a7aa-306d1f0135d1",
"DispatchLocationId": "2425ac4c-1462-473c-a064-68e4caf036fa",
"WarehouseId": "ca0483b0-8fb6-4030-a208-ff56d81ba416",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "d833fda5-2c15-4853-8930-6ad7417ace95",
"ActyId": "a17fe170-c72f-4f96-ac6e-5c696209ec4a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3ffcbfdd-89a3-445f-86f4-8bc8617bca70"
}
]