External Order Actions REST Endpoints
Assets/External Order Actions
These operations allow external systems to modify, terminate, suspend, resume, renew, reconfigure, and create follow-on orders for assets.
- Follow-On Order
- Method: postPath:
/rest/v7/configBomInstance/{configId}/actions/followOnOrder
- Get Configuration BOM Instance
- Method: postPath:
/rest/v7/configBomInstance/{configId}/actions/getConfigBom
- Modify an Asset
- Method: postPath:
/rest/v7/assets/{id}/actions/modify
- Reconfigure
- Method: postPath:
/rest/v7/configBomInstance/{configId}/actions/reconfig
- Renew an Asset
- Method: postPath:
/rest/v7/assets/{id}/actions/renew
- Resume an Asset
- Method: postPath:
/rest/v7/assets/{id}/actions/resume
- Suspend an Asset
- Method: postPath:
/rest/v7/assets/{id}/actions/suspend
- Terminate an Asset
- Method: postPath:
/rest/v7/assets/{id}/actions/terminate