External Configurator

post

/rest/v16/productFamilies/{pfVar}/productLines/{plVar}/models/{modelVar}/actions/_externalConfigurationSave

This service invokes the External Configurator Advanced Save function.

Request

Path Parameters
Body ()
Root Schema : externalConfigurationSave-Request
Type: object
Show Source
  • Title: Buy-side ID
    CPQ transaction ID. Required for reconfiguration and add-from-catalog configuration.
  • Title: Document Number
    The document number of a model line. Required for reconfiguration.
  • Title: Reconfiguration Action Variable Name
    For reconfiguration only. If absent, defaulting to _reconfigure_action.
  • Title: Reconfiguration Source
    For reconfiguration only. The entity that the reconfiguration is invoked on. Valid values: Quote, Line Item. For reconfiguration only.
Back to Top

Response

Default Response

Body ()
Root Schema : externalConfigurationSave-Response
Type: object
Show Source
  • Title: Buy-side ID
    The CPQ transaction ID. Present only if the status is save.
  • Title: Document Number
    The document number of the model line that is saved. Present only if the status is save.
  • Title: Transaction Hyperlink
    The REST end point to retrieve the saved transaction (quote). Present only if the status is save.
  • Title: Status
    The status of the save action. Valid values: save, cancel, none.
Back to Top