Ch 54: Allowing special characters on the Lookup and Authenticate Request Fields

Changes made on 2020-07-15 are delineated below.

  • Additions are underlined in Green

  • Deletions are underlined in Red

  • Modifications are underlined in Blue

Change Occurred on:

cmpi_lookup Request Message

TIP:

  • All fields use ASCII character set (0-9, A-Z, a-z, special characters)

    • Use of special characters is allowed in most fields defined as Alpha Numeric (AN)

    • The following special characters must be escaped before using: & <  >  "  ' 

  • The required field contains one of the following values

    • Y = Yes (Required field)

    • C = Conditional (Conditions of transaction to determine if it's required)

    • O = Optional (Not required but recommended pass)

    • Boolean = True or False

cmpi_authenticate Request Message

TIP:

  • All fields use ASCII character set (0-9, A-Z, a-z, special characters)

    • Use of special characters is allowed in most fields defined as Alpha Numeric (AN)

    • The following special characters must be escaped before using: & <  >  "  ' 

  • The required field contains one of the following values

    • Y = Yes (Required field)

    • C = Conditional (Conditions of transaction determine if this field will be returned or not)

    • O = Optional (Not required but highly recommended)

    • Boolean = True or False