Actions REST Endpoints

Assets/Actions
These operations provide the ability to maintain CPQ assets through RESTful services. These endpoints provide access to actions to create, delete, modify, renew, resume, suspend, synchronize, modify, terminate, and update assets. They also provide support to update the configuration for an asset.
Create Asset
Method: post
Path: /rest/v16/assets
Delete Asset
Method: delete
Path: /rest/v16/assets/{id}
Modify Asset
Method: post
Path: /rest/v16/assets/{id}/actions/modify
Modify Assets
Method: post
Path: /rest/v16/assets/actions/modify
Renew Asset
Method: post
Path: /rest/v16/assets/{id}/actions/renew
Renew Assets
Method: post
Path: /rest/v16/assets/actions/renew
Resume Asset
Method: post
Path: /rest/v16/assets/{id}/actions/resume
Resume Assets
Method: post
Path: /rest/v16/assets/actions/resume
Suspend Asset
Method: post
Path: /rest/v16/assets/{id}/actions/suspend
Suspend Assets
Method: post
Path: /rest/v16/assets/actions/suspend
Sychronize Asset
Method: post
Path: /rest/v16/assets/{id}/actions/synchronizeAsset
Sychronize Assets
Method: post
Path: /rest/v16/assets/actions/synchronizeAsset
Terminate Asset
Method: post
Path: /rest/v16/assets/{id}/actions/terminate
Terminate Assets
Method: post
Path: /rest/v16/assets/actions/terminate
Update Asset
Method: post
Path: /rest/v16/assets/{id}
Update Configuration
Method: post
Path: /rest/v16/assets/actions/updateConfiguration