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": "19a8307c-8c6b-4bf1-a176-b56086fe0e89",
"DispatchLocationId": "1494551e-0b70-4723-98dc-926c92c8036e",
"WarehouseId": "8aa85372-3b68-4748-ba2a-2ce91c26ace4",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c2cdf45c-5420-4519-9464-796debdbabf3",
"ActyId": "d6b678d5-b48c-455b-94c9-33dce1f053ee",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "65c72d5f-e944-46a1-b21f-4520a03bd154"
},
{
"Id": "19a8307c-8c6b-4bf1-a176-b56086fe0e89",
"DispatchLocationId": "1494551e-0b70-4723-98dc-926c92c8036e",
"WarehouseId": "8aa85372-3b68-4748-ba2a-2ce91c26ace4",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "c2cdf45c-5420-4519-9464-796debdbabf3",
"ActyId": "d6b678d5-b48c-455b-94c9-33dce1f053ee",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "65c72d5f-e944-46a1-b21f-4520a03bd154"
}
]