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": "966dd149-52c0-4844-919a-c57bd3971ef9",
"DispatchLocationId": "bebe73ca-4e65-433a-97be-67de432d0955",
"WarehouseId": "3464156d-8949-4180-9c35-c69e96ff6708",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "bc64c0c6-2217-48bf-bfd7-7d33e859f3f2",
"ActyId": "27e1d54e-2714-43bb-9cc2-eb6de66d4ef2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3aefe498-cf9d-4a9a-b83a-61c27a4a79a7"
},
{
"Id": "966dd149-52c0-4844-919a-c57bd3971ef9",
"DispatchLocationId": "bebe73ca-4e65-433a-97be-67de432d0955",
"WarehouseId": "3464156d-8949-4180-9c35-c69e96ff6708",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "bc64c0c6-2217-48bf-bfd7-7d33e859f3f2",
"ActyId": "27e1d54e-2714-43bb-9cc2-eb6de66d4ef2",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "3aefe498-cf9d-4a9a-b83a-61c27a4a79a7"
}
]