Back to Quotes List/Transaction Manager

post

/rest/v16/commerceDocuments{ProcessVarName}{MainDocVarName}/{id}/actions/back_to_transactionmanager_t

Use this endpoint to navigate back to the specified Quotes List/Transaction Manager page.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : Transaction-BackRequest
Type: object
Show Source
  • Title: Cache Instance Id
    The unique identifier for the entry of transaction data stored in the cache. This typically is obtained from first createTransaction or OpenTransaction action and passed along in subsequent Modify/Interact action to avoid reload transaction data from db.
  • Title: Revision Id
    The string parameter that contains the revision information.
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : Transaction-BackResponse
Type: object
Show Source
  • Title: Cache Instance Id
    The unique identifier for the entry of transaction data stored in the cache. This typically is obtained from first createTransaction or OpenTransaction action and passed along in subsequent Modify/Interact action to avoid reload transaction data from db.
  • Title: Destination URL
    The destination url as defined in destination tab in action definition.
  • Title: Revision Id
    The string parameter that contains the revision information.
  • warnings
    Title: warnings
    warning messages
Nested Schema : warnings
Type: object
Title: warnings
warning messages
Show Source
Nested Schema : Messages
Type: array
Title: Messages
Array of messages that have been generated for a specific object.
Show Source
Back to Top