Update Headers/Trailers

post

/config/sim/v2/setup/updateHeadersTrailers

Updates the header/trailer for the specified organization.

Request

Supported Media Types
Header Parameters
Body ()
Headers Trailers Request Body
Root Schema : schema
Type: object
Show Source
  • Descriptor Type Number assigned to the Header/Trailer

    descriptorTypeNum descriptorTypeName
    1 Customer Receipt Header
    2 Check Header
    3 Training Header
    5 Check Trailer
    7 Credit Card Header
    8 Credit Card Trailer
    37 Autofire Check Offline Header
    46 Waste Header
    47 Waste Trailer
    52 Report Header
    53 Report Trailer
    Example: 2
  • Unique hierarchy unit reference
    Example: 6384
  • Line Number of the Header/Trailer | descriptorTypeNum | Max Number of Lines Allowed | |-------------------|---------------------------------| | 1 | 6 | | 2 | 6 | | 3 | 3 | | 5 | 12 | | 7 | 6 | | 8 | 12 | | 37 | 6 | | 46 | 3 | | 47 | 12 | | 52 | 12 | | 53 | 12 |
    Example: 1
  • Object Number of the logo.
    Example: 1
  • 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: true
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

Header/Trailer Updated.
Body ()
Root Schema : schema
Type: object
Show Source
  • Descriptor Type Number assigned to the Header/Trailer

    descriptorTypeNum descriptorTypeName
    1 Customer Receipt Header
    2 Check Header
    3 Training Header
    5 Check Trailer
    7 Credit Card Header
    8 Credit Card Trailer
    37 Autofire Check Offline Header
    46 Waste Header
    47 Waste Trailer
    52 Report Header
    53 Report Trailer
    Example: 2
  • Unique hierarchy unit value
    Example: 1
  • line number added
    Example: 1
Back to Top