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: post
Path: /rest/v7/assets
Delete an Asset
Method: delete
Path: /rest/v7/assets/{id}
Synchronize an Asset
Method: post
Path: /rest/v7/assets/{id}/actions/synchronize
Synchronize Assets
Method: post
Path: /rest/v7/assets/actions/synchronize
Update an Asset
Method: post
Path: /rest/v7/assets/{id}