Configuration Get Instance (POST)
Fetch the JSON representation of a product configuration. Use the
response to display the details of the product configuration instance on the Salesforce user
interface, or save the product configuration instance to an external system.
- Resource
-
/connect/cpq/configurator/actions/get-instance
- Resource example
-
https://yourInstance.salesforce.com/services/data/v63.0/connect/cpq/configurator/actions/get-instance
- Available version
- 60.0
- HTTP methods
- POST
- Request body for POST
-
- JSON example
-
{ "contextId": "008d27d7-e004-4906-a949-ee7d7c323c77" }
- Properties
-
Name Type Description Required or Optional Available Version contextId String Transaction context ID of the product configuration instance that’s to be fetched. Required 60.0
- Response body for POST
- Configuration Get Instance