ReportStockItemStringValueMapping Model

Required
StockItemStringID : 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(18)
Reporting_SupplierProductCode : string

Nullable MaxLength(128)
Reporting_SupplierProductName : string

Nullable MaxLength(18)
Reporting_PLU : string

Nullable MaxLength(24)
Reporting_PortionUOMCommonName : string

Nullable MaxLength(24)
Reporting_PortionUOMLocalizedName : string

Nullable MaxLength(8)
Reporting_PortionUOMSuffixCommonName : string

Nullable MaxLength(8)
Reporting_PortionUOMSuffixLocalizedName : string

Example
{
  "StockItemStringID": 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_SupplierProductCode": "string value",
  "Reporting_SupplierProductName": "string value",
  "Reporting_PLU": "string value",
  "Reporting_PortionUOMCommonName": "string value",
  "Reporting_PortionUOMLocalizedName": "string value",
  "Reporting_PortionUOMSuffixCommonName": "string value",
  "Reporting_PortionUOMSuffixLocalizedName": "string value"
}