GET api/OpportunityProducts
Get all products linked to Opportunities with an optional filter. Supported Headers: SelectField, Filter, Sort, SortDesc
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of OpportunityProductName | Description | Type | Additional information |
---|---|---|---|
Total | decimal number |
None. |
|
Quantity | decimal number |
None. |
|
OpportunityID | globally unique identifier |
None. |
|
ProductID | globally unique identifier |
None. |
|
OpportunityProductID | globally unique identifier |
None. |
|
CreateDate | date |
None. |
|
EditDate | date |
None. |
|
Discount | decimal number |
None. |
|
Price | decimal number |
None. |
|
ItemNumber | string |
None. |
|
Name | string |
None. |
|
Cost | decimal number |
None. |
|
DiscountPrice | decimal number |
None. |
|
CustomFields | Dictionary of string [key] and Object [value] |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Total": 1.0, "Quantity": 2.0, "OpportunityID": "abb21fdb-1d75-4dc8-84fb-6c05369c3ba5", "ProductID": "dc971171-527a-4285-9ba5-40761adcbe69", "OpportunityProductID": "69fee3a6-f609-4d29-a440-509338f885b9", "CreateDate": "2025-08-21T15:39:35Z", "EditDate": "2025-08-21T15:39:35Z", "Discount": 7.0, "Price": 8.0, "ItemNumber": "sample string 9", "Name": "sample string 10", "Cost": 11.0, "DiscountPrice": 12.0, "CustomFields": { "sample string 1": {}, "sample string 3": {} } }, { "Total": 1.0, "Quantity": 2.0, "OpportunityID": "abb21fdb-1d75-4dc8-84fb-6c05369c3ba5", "ProductID": "dc971171-527a-4285-9ba5-40761adcbe69", "OpportunityProductID": "69fee3a6-f609-4d29-a440-509338f885b9", "CreateDate": "2025-08-21T15:39:35Z", "EditDate": "2025-08-21T15:39:35Z", "Discount": 7.0, "Price": 8.0, "ItemNumber": "sample string 9", "Name": "sample string 10", "Cost": 11.0, "DiscountPrice": 12.0, "CustomFields": { "sample string 1": {}, "sample string 3": {} } } ]