ReportSalesTransactionItemStringValueMapping Model

Required
SalesTransactionItemStringID : number (int)

Nullable MaxLength(50)
Reporting_ItemCommonName : string

Nullable MaxLength(50)
Reporting_ItemLocalizedName : string

Nullable MaxLength(24)
Reporting_SaleModifierCommonName : string

Nullable MaxLength(24)
Reporting_SaleModifierLocalizedName : string

Nullable MaxLength(8)
Reporting_SaleModifierPrefixCommonName : string

Nullable MaxLength(8)
Reporting_SaleModifierPrefixLocalizedName : string

Nullable MaxLength(24)
Reporting_VariantCommonName : string

Nullable MaxLength(24)
Reporting_VariantLocalizedName : string

Nullable MaxLength(8)
Reporting_VariantPostfixCommonName : string

Nullable MaxLength(8)
Reporting_VariantPostfixLocalizedName : string

Nullable MaxLength(18)
Reporting_PLU : string

Example
{
  "SalesTransactionItemStringID": 321,
  "Reporting_ItemCommonName": "string value",
  "Reporting_ItemLocalizedName": "string value",
  "Reporting_SaleModifierCommonName": "string value",
  "Reporting_SaleModifierLocalizedName": "string value",
  "Reporting_SaleModifierPrefixCommonName": "string value",
  "Reporting_SaleModifierPrefixLocalizedName": "string value",
  "Reporting_VariantCommonName": "string value",
  "Reporting_VariantLocalizedName": "string value",
  "Reporting_VariantPostfixCommonName": "string value",
  "Reporting_VariantPostfixLocalizedName": "string value",
  "Reporting_PLU": "string value"
}