ReportTerminalStringValueMapping Model

Required
TerminalStringID : number (int)

Nullable MaxLength(64)
OutletID : string

Nullable MaxLength(64)
Reporting_OutletGroupCommonName : string

Nullable MaxLength(64)
Reporting_OutletGroupLocalizedName : string

Nullable MaxLength(64)
Reporting_OutletCommonName : string

Nullable MaxLength(64)
Reporting_OutletLocalizedName : string

Nullable MaxLength(64)
Reporting_TerminalCommonName : string

Nullable MaxLength(64)
Reporting_TerminalLocalizedName : string

Nullable MaxLength(4)
Reporting_TerminalDisplayID : string

Example
{
  "TerminalStringID": 321,
  "OutletID": "string value",
  "Reporting_OutletGroupCommonName": "string value",
  "Reporting_OutletGroupLocalizedName": "string value",
  "Reporting_OutletCommonName": "string value",
  "Reporting_OutletLocalizedName": "string value",
  "Reporting_TerminalCommonName": "string value",
  "Reporting_TerminalLocalizedName": "string value",
  "Reporting_TerminalDisplayID": "string value"
}