Reconfigure From Assets

post

/rest/v19/configBomInstance/{configId}/actions/reconfig

This operation can be used to update a Transaction prior to fulfillment and will internally calculate the projected state of the configuration instance. It returns a new configuration URL that can be used to launch the model configurator page that will reflect the user-intended net changes to the subscription.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : configBomInstance-reconfigRequest
Type: object
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : configBomInstance-reconfigResponse
Type: object
Show Source
Nested Schema : ABO Interactive Service Response.
Type: object
Title: ABO Interactive Service Response.
The response schema for ABO related actions which are used to launch the Configuration UI (e.g. Modify, Reconfigure, Follow-On Order).
Show Source
  • The id of the BOM instance calculated by the ABO process. This is used to pass to the URL parameter to configuration, since configuration will only use the BOM if the BOM id inside matches the id passed in the BOM key.
  • The context key passed to the configuration session to retrieve the BOM instance being calculated by the ABO process.
  • The URL to launch the Configuration UI with the BOM instance calculated by the ABO process.
  • The model variable name for the model to launch the Configuration UI.
  • The product line variable name for the model to launch the Configuration UI.
  • The segment variable name for the model to launch the Configuration UI.
Back to Top