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": "3f7e1da5-82ab-427f-bfbb-1c1c31c97550",
"DispatchLocationId": "c95facf2-06a5-4f2c-b48a-c9202611c643",
"WarehouseId": "99ffdc66-057c-41f5-bc9c-d92defb8fc5b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1385afce-1384-4d59-bfad-7ec4134b3774",
"ActyId": "438ed8e0-5bd7-43a4-bd29-1fab9a1201d2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "26086f26-3f8e-4f0f-ac62-9bdbbf5c3678"
},
{
"Id": "3f7e1da5-82ab-427f-bfbb-1c1c31c97550",
"DispatchLocationId": "c95facf2-06a5-4f2c-b48a-c9202611c643",
"WarehouseId": "99ffdc66-057c-41f5-bc9c-d92defb8fc5b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "1385afce-1384-4d59-bfad-7ec4134b3774",
"ActyId": "438ed8e0-5bd7-43a4-bd29-1fab9a1201d2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "26086f26-3f8e-4f0f-ac62-9bdbbf5c3678"
}
]