Reconfigure Transaction Line - Inbound

post

/rest/v16/commerceDocuments{ProcessVarName}{MainDocVarName}/{id}/{subDocVarName}/{docNumber}/actions/_reconfigure_inbound_action

Use this endpoint to return to the transaction after editing a configuration. The functionality attached to this action won't fire until the user has returned to the transaction.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : TransactionLine-ReconfigureInboundRequest
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.
  • Title: Selection Mode
    Indicating how selections content should be interpreted, supported values are: 1) '' - content of 'selections' param OR 2) 'ResultSetExceptSelected' - all entries in result set except those listed in 'selections' param
  • selections
  • Title: skipIntegration
    If value for 'skipIntegration' is true, integration tab logic is skipped, otherwise(value is false or absent) it is executed.
Nested Schema : selections
Type: array
Show Source
Back to Top

Response

Supported Media Types

Default Response

Body ()
Root Schema : TransactionLine-ReconfigureInboundResponse
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.
  • 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