GET api/OpportunityProducts/{id}
Get Product by Id. Supported Headers: SelectField
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The Opportunity Product Id |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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. |
|
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": "3076cbc7-e64a-477f-b19f-f08123a0640b", "ProductID": "d0ed4dfc-3b3e-4fcf-8954-1cd042bee3f7", "OpportunityProductID": "9c126c78-6fea-4735-81d3-2211437b929c", "CreateDate": "2025-06-03T08:27:28Z", "Discount": 6.0, "Price": 7.0, "ItemNumber": "sample string 8", "Name": "sample string 9", "Cost": 10.0, "DiscountPrice": 11.0, "CustomFields": { "sample string 1": {}, "sample string 3": {} } }