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": "2626a633-5a09-4ddb-86b0-7e51b809363e",
"DispatchLocationId": "0811291d-d194-4ad8-a40d-5a2d9b806ef6",
"WarehouseId": "ed0a871e-7b51-4a93-a9db-2852fffd7303",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "8011f0c4-91be-4966-a392-96dc943bf55b",
"ActyId": "5b6c5e42-22e9-4644-a0fb-d81ef6731dad",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "07acacf6-c482-41a8-8318-ea20998c60f1"
},
{
"Id": "2626a633-5a09-4ddb-86b0-7e51b809363e",
"DispatchLocationId": "0811291d-d194-4ad8-a40d-5a2d9b806ef6",
"WarehouseId": "ed0a871e-7b51-4a93-a9db-2852fffd7303",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "8011f0c4-91be-4966-a392-96dc943bf55b",
"ActyId": "5b6c5e42-22e9-4644-a0fb-d81ef6731dad",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "07acacf6-c482-41a8-8318-ea20998c60f1"
}
]