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: post
Path: /rest/v7/configBomInstance/{configId}/actions/followOnOrder
Get Configuration BOM Instance
Method: post
Path: /rest/v7/configBomInstance/{configId}/actions/getConfigBom
Modify an Asset
Method: post
Path: /rest/v7/assets/{id}/actions/modify
Reconfigure
Method: post
Path: /rest/v7/configBomInstance/{configId}/actions/reconfig
Renew an Asset
Method: post
Path: /rest/v7/assets/{id}/actions/renew
Resume an Asset
Method: post
Path: /rest/v7/assets/{id}/actions/resume
Suspend an Asset
Method: post
Path: /rest/v7/assets/{id}/actions/suspend
Terminate an Asset
Method: post
Path: /rest/v7/assets/{id}/actions/terminate