Modify Asset

post

/rest/v19/assets/{id}/actions/modify

This operation calculates the projected state of the asset for the requested date and returns a configuration URL that can be used to launch the model configurator page reflecting the projected state.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : assets-modifyRequest
Type: object
Show Source
  • Title: Source Id
    The variable name of the commerce process or external application identifier. '_external_order' is the default value for external orders when this parameter is not specified. The commerce process variable name 'processVarName' is used for internal orders (e.g. oraclecpqo).
  • Title: Transaction Date
    The date and time that the service request needs to be processed or fulfilled.
  • Title: Transaction Id
    The commerce transaction Id associated with the asset(s). When the transaction Id is not provided, a new transaction is created and associated with the requested operation.
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : assets-modifyResponse
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