Hello All,
Our CPQ is integrated with MS-Dynamics
I want to fetch all the open opportunities list for an account from CPQ using REST API call.
Can someone please provide me the REST APIs for below:
- REST API for getting Opportunities list for a specific account using Account Number (ex. 19994092)
- REST API for getting Opportunities list for a specific account using Account Id (ex. ce7b7ac3-1278-e211-8b69-78eef22ds085b)
- REST API for getting opportunity details using opportunity number (ex. OPPxxxx49)
Example:
- REST API for getting opportunity details using opportunity id (ex. 28f99b58-4bdc-4478-a1bd-9999ffb4cc7a). I have it
https://<resource URI>/api/data/v8.2/opportunities(28f99b58-4bdc-4478-a1bd-9999ffb4cc7a)