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": "bd0fb90e-0a0d-43ce-8a7b-c59da21c5f9d",
"DispatchLocationId": "c4196be0-6c84-487e-af1d-2d001da6492b",
"WarehouseId": "54facf05-c9c6-4347-be04-8678f1ee9f42",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "80320587-8af4-4780-bf3f-29548e45ad49",
"ActyId": "be7bf4c6-e2ca-423a-a6b9-fe0f0d6f71d5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c5feb296-f6cb-46c4-ae6c-cc8ad3446ce7"
},
{
"Id": "bd0fb90e-0a0d-43ce-8a7b-c59da21c5f9d",
"DispatchLocationId": "c4196be0-6c84-487e-af1d-2d001da6492b",
"WarehouseId": "54facf05-c9c6-4347-be04-8678f1ee9f42",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "80320587-8af4-4780-bf3f-29548e45ad49",
"ActyId": "be7bf4c6-e2ca-423a-a6b9-fe0f0d6f71d5",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "c5feb296-f6cb-46c4-ae6c-cc8ad3446ce7"
}
]