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": "a411080f-58b6-4dc0-ad4e-949bf6457b7f",
"DispatchLocationId": "73ff75c5-0ed5-4b52-bd53-6c5cca10d2c4",
"WarehouseId": "3ed25a56-409a-4a89-a8c3-3d31bbd00142",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "2099501b-68b7-4528-8727-fdcf7681b588",
"ActyId": "465c7167-7789-4e97-ab8e-0ff5ea50d34c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0a495b72-5d43-4166-a3b9-e73d9e2405d5"
},
{
"Id": "a411080f-58b6-4dc0-ad4e-949bf6457b7f",
"DispatchLocationId": "73ff75c5-0ed5-4b52-bd53-6c5cca10d2c4",
"WarehouseId": "3ed25a56-409a-4a89-a8c3-3d31bbd00142",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "2099501b-68b7-4528-8727-fdcf7681b588",
"ActyId": "465c7167-7789-4e97-ab8e-0ff5ea50d34c",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "0a495b72-5d43-4166-a3b9-e73d9e2405d5"
}
]