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": "dfb30bba-4bce-4ed7-ae8c-046389ba1a33",
"DispatchLocationId": "a2bab200-ff90-40bd-bfc6-b9835e66c240",
"WarehouseId": "ec2edb69-517b-4dde-bf9a-99051bf24ed7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "703ba655-5882-449c-81db-2fac027f26d8",
"ActyId": "6915ab3c-a13b-4eb4-8483-b464a68ec501",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1666c777-041b-4193-874f-3159070798af"
},
{
"Id": "dfb30bba-4bce-4ed7-ae8c-046389ba1a33",
"DispatchLocationId": "a2bab200-ff90-40bd-bfc6-b9835e66c240",
"WarehouseId": "ec2edb69-517b-4dde-bf9a-99051bf24ed7",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "703ba655-5882-449c-81db-2fac027f26d8",
"ActyId": "6915ab3c-a13b-4eb4-8483-b464a68ec501",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "1666c777-041b-4193-874f-3159070798af"
}
]