Update Headers Trailers By Channel Type

post

/config/sim/v2/setup/updateHeadersTrailersByChannelType

Request

Supported Media Types
Header Parameters
Body ()
Headers Trailers by Channel Type insert and update request body
Root Schema : schema
Type: object
Model for Headers Trailers by Channel Type Object Insert and Update Request
Show Source
Nested Schema : descriptorLines
Type: array
An array of descriptor lines
Show Source
Nested Schema : name
Type: object
Descriptor Name
Example:
{
    "1":"Enterprise",
    "2":"Unternehmen",
    "3":"Empresa"
}
Nested Schema : items
Type: object
Show Source
  • Line Number of the Header/Trailer. The valid range for lineNum for headers is 1-6 and for trailers is 1-12.
    Example: 55
  • Object Number of the logo.
    Example: 0
  • text
    A string that contains the text of a line in multiple languages.
  • Boolean flag for using either logoObjectNum(true) or text(false) for the specified lineNum. Automatically set to false if value is not specified.
    Example: false
Nested Schema : text
Type: object
A string that contains the text of a line in multiple languages.
Example:
{
    "1":"Please visit again!",
    "2":"Bitte schauen Sie noch einmal vorbei!",
    "3":"Por favor visite de nuevo!"
}
Back to Top

Response

Supported Media Types

200 Response

Update operation executed successfully.
Body ()
Root Schema : schema
Type: object
Show Source
  • Descriptor type number. The valid values are - 55 => Check Header - Order Type/Order Channel, 56 => Check Trailer - Order Type/Order Channel, 57 => Receipt Header - Order Type/Order Channel.
    Example: 55
  • Unique hierarchy unit value.
    Example: 1
  • Object number of the descriptor
    Example: 1
Back to Top