Actions REST Endpoints
Assets/Actions
These operations provide the ability to maintain CPQ assets through RESTful services. These endpoints provide access to actions to open, create, update, delete, and synchronize assets.
- Create an Asset
- Method: postPath:
/rest/v7/assets - Delete an Asset
- Method: deletePath:
/rest/v7/assets/{id} - Synchronize an Asset
- Method: postPath:
/rest/v7/assets/{id}/actions/synchronize - Synchronize Assets
- Method: postPath:
/rest/v7/assets/actions/synchronize - Update an Asset
- Method: postPath:
/rest/v7/assets/{id}