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": "a03985cd-71ff-4e2c-bebc-00aa76270839",
"DispatchLocationId": "c340abc4-57ce-4fb6-a89a-d4292065a1fd",
"WarehouseId": "e4a1da3d-aaaa-4e4b-bd55-4878f4ab6fcb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3479a5b0-6735-4b6c-8a68-445e1ac1b782",
"ActyId": "abc20285-5902-4f28-8be4-de7d9ab549ac",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "d7a90c25-c864-4750-aa28-844772788f9a"
},
{
"Id": "a03985cd-71ff-4e2c-bebc-00aa76270839",
"DispatchLocationId": "c340abc4-57ce-4fb6-a89a-d4292065a1fd",
"WarehouseId": "e4a1da3d-aaaa-4e4b-bd55-4878f4ab6fcb",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "3479a5b0-6735-4b6c-8a68-445e1ac1b782",
"ActyId": "abc20285-5902-4f28-8be4-de7d9ab549ac",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "d7a90c25-c864-4750-aa28-844772788f9a"
}
]