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": "8d041d3a-0f0c-433d-8bf1-7ae410a6ecec",
"DispatchLocationId": "c8f5f560-5bc6-4ad4-84c0-49635c4011fc",
"WarehouseId": "86d6fb70-8162-4eb0-bfd4-6401bada345f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "48f72cad-cd00-43c0-8401-b53a03258c32",
"ActyId": "bf8106af-dbe3-4a27-a24d-dadc8b7dbd4a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "63c4ebfb-144b-4c7d-837d-859e906a20ee"
},
{
"Id": "8d041d3a-0f0c-433d-8bf1-7ae410a6ecec",
"DispatchLocationId": "c8f5f560-5bc6-4ad4-84c0-49635c4011fc",
"WarehouseId": "86d6fb70-8162-4eb0-bfd4-6401bada345f",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "48f72cad-cd00-43c0-8401-b53a03258c32",
"ActyId": "bf8106af-dbe3-4a27-a24d-dadc8b7dbd4a",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "63c4ebfb-144b-4c7d-837d-859e906a20ee"
}
]