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": "c098e93c-4b9a-4271-9228-92d521b85676",
"DispatchLocationId": "e15c0d98-a324-46b9-84a1-d5a3fb543c8e",
"WarehouseId": "779ba860-c1b2-4d47-a039-1f52c3861f80",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6af0672d-de30-469f-ab32-a72136e1f24d",
"ActyId": "eeea85b0-cc66-4461-8149-a10fa84b382c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c1edf1f6-6dac-475f-a070-a5a8e2a0a868"
},
{
"Id": "c098e93c-4b9a-4271-9228-92d521b85676",
"DispatchLocationId": "e15c0d98-a324-46b9-84a1-d5a3fb543c8e",
"WarehouseId": "779ba860-c1b2-4d47-a039-1f52c3861f80",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "6af0672d-de30-469f-ab32-a72136e1f24d",
"ActyId": "eeea85b0-cc66-4461-8149-a10fa84b382c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c1edf1f6-6dac-475f-a070-a5a8e2a0a868"
}
]