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": "7b5bb7a4-46f9-4153-aa36-523a20905a26",
"DispatchLocationId": "a683f59d-1a8c-4914-9d4d-e7c80850c9ef",
"WarehouseId": "bf5d0dca-996e-427d-8ab8-df1b122090f1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b69f726c-d0e3-42ca-9d60-39bdb809e25a",
"ActyId": "a2023399-7cef-458c-9bd9-2c4112e44954",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5927a0bf-c4bf-4a84-93b0-8785da65f927"
},
{
"Id": "7b5bb7a4-46f9-4153-aa36-523a20905a26",
"DispatchLocationId": "a683f59d-1a8c-4914-9d4d-e7c80850c9ef",
"WarehouseId": "bf5d0dca-996e-427d-8ab8-df1b122090f1",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "b69f726c-d0e3-42ca-9d60-39bdb809e25a",
"ActyId": "a2023399-7cef-458c-9bd9-2c4112e44954",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "5927a0bf-c4bf-4a84-93b0-8785da65f927"
}
]