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, modify, terminate, and update assets.
Create Asset
Method: post
Path: /rest/v19/assets
Create Asset Charge
Method: post
Path: /rest/v19/assets/{id}/charges
Delete Asset
Method: delete
Path: /rest/v19/assets/{id}
Delete Asset Charge
Method: delete
Path: /rest/v19/assets/{id}/charges/{chargeId}
Get Asset Charges
Method: get
Path: /rest/v19/assets/{id}/charges
Modify Asset
Method: post
Path: /rest/v19/assets/{id}/actions/modify
Modify Assets
Method: post
Path: /rest/v19/assets/actions/modify
Renew Asset
Method: post
Path: /rest/v19/assets/{id}/actions/renew
Renew Assets
Method: post
Path: /rest/v19/assets/actions/renew
Resume Asset
Method: post
Path: /rest/v19/assets/{id}/actions/resume
Resume Assets
Method: post
Path: /rest/v19/assets/actions/resume
Suspend Asset
Method: post
Path: /rest/v19/assets/{id}/actions/suspend
Suspend Assets
Method: post
Path: /rest/v19/assets/actions/suspend
Terminate Asset
Method: post
Path: /rest/v19/assets/{id}/actions/terminate
Terminate Assets
Method: post
Path: /rest/v19/assets/actions/terminate
Update Asset
Method: patch
Path: /rest/v19/assets/{id}
Update Asset Charge
Method: patch
Path: /rest/v19/assets/{id}/charges/{chargeId}
Upsert Assets
Method: post
Path: /rest/v19/assets/bulk