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": "78660ffa-3fad-4158-8c94-4c18f8306e08",
"DispatchLocationId": "74ca3f25-083c-4576-9c40-53ec88cf7cc6",
"WarehouseId": "05d0fd97-8b85-4d92-97c0-c996c341ec1d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7c7a3a85-7b16-451b-bd45-02a45ffbc387",
"ActyId": "1edb6298-8060-4e9b-a73e-d054413a0495",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8f482ae4-b103-47d4-9897-6a10b819207c"
},
{
"Id": "78660ffa-3fad-4158-8c94-4c18f8306e08",
"DispatchLocationId": "74ca3f25-083c-4576-9c40-53ec88cf7cc6",
"WarehouseId": "05d0fd97-8b85-4d92-97c0-c996c341ec1d",
"Number": "sample string 4",
"Name": "sample string 5",
"StoreNo": "sample string 6",
"ParentId": "7c7a3a85-7b16-451b-bd45-02a45ffbc387",
"ActyId": "1edb6298-8060-4e9b-a73e-d054413a0495",
"ActyDescription": "sample string 9",
"InCountingStockOrderId": "8f482ae4-b103-47d4-9897-6a10b819207c"
}
]