assetActions

post

/ccadmin/v1/webhook/assetActions

The WebHook that is triggered to perform actions on assets.

Request

Supported Media Types
Body ()
Perform an action on an asset.
Root Schema : service_actions_request
Type: object
Perform an action on an asset.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Returns the action details associated with this asset action.
Body ()
Root Schema : service_actions_response
Type: object
Show Source
  • The instance id for the BOM instance calculated by ABO process. This is needed to pass to configurator as URL parameter, as configurator will only use the BOM if the BOM instance ID inside match the passed in BOM key.
  • Context key passed to configurator session to retrieve BOM instance being calculated by ABO process.
  • item
    The BOM that contains details about the asset action.
  • URL to launch configurator with the BOM instance calculated by ABO process.
  • Model variable name for the model to launch configurator UI.
  • Product line variable name for the model to launch configurator UI.
  • Segment variable name for the model to launch configurator UI.
Nested Schema : item
Type: object
The BOM that contains details about the asset action.
Show Source
Nested Schema : childItems
Type: array
Show Source
Nested Schema : externalData
Type: object
Nested Schema : child
Type: object
The BOM that contains details about the asset action.
Show Source
Nested Schema : childItems
Type: array
Show Source
Nested Schema : externalData
Type: object
Back to Top