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: postPath:
/rest/v19/assets
- Create Asset Charge
- Method: postPath:
/rest/v19/assets/{id}/charges
- Delete Asset
- Method: deletePath:
/rest/v19/assets/{id}
- Delete Asset Charge
- Method: deletePath:
/rest/v19/assets/{id}/charges/{chargeId}
- Get Asset Charges
- Method: getPath:
/rest/v19/assets/{id}/charges
- Modify Asset
- Method: postPath:
/rest/v19/assets/{id}/actions/modify
- Modify Assets
- Method: postPath:
/rest/v19/assets/actions/modify
- Renew Asset
- Method: postPath:
/rest/v19/assets/{id}/actions/renew
- Renew Assets
- Method: postPath:
/rest/v19/assets/actions/renew
- Resume Asset
- Method: postPath:
/rest/v19/assets/{id}/actions/resume
- Resume Assets
- Method: postPath:
/rest/v19/assets/actions/resume
- Suspend Asset
- Method: postPath:
/rest/v19/assets/{id}/actions/suspend
- Suspend Assets
- Method: postPath:
/rest/v19/assets/actions/suspend
- Terminate Asset
- Method: postPath:
/rest/v19/assets/{id}/actions/terminate
- Terminate Assets
- Method: postPath:
/rest/v19/assets/actions/terminate
- Update Asset
- Method: patchPath:
/rest/v19/assets/{id}
- Update Asset Charge
- Method: patchPath:
/rest/v19/assets/{id}/charges/{chargeId}
- Upsert Assets
- Method: postPath:
/rest/v19/assets/bulk