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": "16ebf098-6fc7-4ea1-83da-5302d405688f",
"DispatchLocationId": "836a3f91-5800-4068-af54-aa01509be7cf",
"WarehouseId": "f8759540-e4c0-4f85-90a2-2548f29f6d1b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fc26be7a-faa0-45bc-a959-8d76bad12c2a",
"ActyId": "7f8ad1e2-9df9-4d99-97dd-c5b13a36f159",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "530ea33c-c738-410a-96ec-2896baaa3abc"
},
{
"Id": "16ebf098-6fc7-4ea1-83da-5302d405688f",
"DispatchLocationId": "836a3f91-5800-4068-af54-aa01509be7cf",
"WarehouseId": "f8759540-e4c0-4f85-90a2-2548f29f6d1b",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "fc26be7a-faa0-45bc-a959-8d76bad12c2a",
"ActyId": "7f8ad1e2-9df9-4d99-97dd-c5b13a36f159",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "530ea33c-c738-410a-96ec-2896baaa3abc"
}
]