ReportUOMStringValueMapping Model

Required
UOMStringID : number (int)

Nullable MaxLength(50)
Reporting_UOMCommonName : string

Nullable MaxLength(50)
Reporting_UOMLocalizedName : string

Nullable MaxLength(16)
Reporting_UOMCommonSuffix : string

Nullable MaxLength(16)
Reporting_UOMLocalizedSuffix : string

Example
{
  "UOMStringID": 321,
  "Reporting_UOMCommonName": "string value",
  "Reporting_UOMLocalizedName": "string value",
  "Reporting_UOMCommonSuffix": "string value",
  "Reporting_UOMLocalizedSuffix": "string value"
}