Update Headers/Trailers

post

/config/sim/v1/setup/updateheaderstrailers

Updates the header/trailer for the specified organization. If header/trailer is not found, it creates a new header/trailer.

Request

Supported Media Types
Header Parameters
Body ()
Headers Trailers Request Body
Root Schema : HeadersTrailersCURequestBody
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:
{
    "en-US":"Please visit again!",
    "de-DE":"Bitte schauen Sie noch einmal vorbei!",
    "es-MX":"Por favor visite de nuevo!"
}
Back to Top

Response

Supported Media Types

200 Response

response object
Body ()
Root Schema : HeadersTrailersResponse
Type: object
Show Source

400 Response

400 Bad Request
Body ()
Root Schema : ErrorDetails
Type: object
Response body when the request returns an error.
Show Source
Back to Top