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": "f14ee968-d4b7-4f6f-8202-8b46b712212d",
"DispatchLocationId": "bf1cc5ff-ede8-4dcb-afa8-8324ffa8ef58",
"WarehouseId": "7fecca01-f80c-4697-91a3-951d346ce804",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "065c0744-5343-4715-9e03-35dcea664724",
"ActyId": "f624b4dd-1002-40dc-bfd2-7e7d222b701c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "826aa705-66c8-4174-a289-9aeeef937bd5"
},
{
"Id": "f14ee968-d4b7-4f6f-8202-8b46b712212d",
"DispatchLocationId": "bf1cc5ff-ede8-4dcb-afa8-8324ffa8ef58",
"WarehouseId": "7fecca01-f80c-4697-91a3-951d346ce804",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "065c0744-5343-4715-9e03-35dcea664724",
"ActyId": "f624b4dd-1002-40dc-bfd2-7e7d222b701c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "826aa705-66c8-4174-a289-9aeeef937bd5"
}
]