ReportStockMovementStringValueMapping Model

Required
StockMovementStringID : number (int)

Nullable MaxLength(64)
MasterProductGroupGUID : string

Nullable MaxLength(64)
ContainerUnitGUID : string

Nullable MaxLength(100)
Reporting_MasterProductGroupName : string

Nullable MaxLength(100)
Reporting_MasterProductGroupShortName : string

Nullable MaxLength(15)
Reporting_ContainerUnitName : string

Nullable MaxLength(50)
Reporting_ContainerUnitType : string

Nullable MaxLength(50)
Reporting_ContainerUnitSymbol : string

Example
{
  "StockMovementStringID": 321,
  "MasterProductGroupGUID": "string value",
  "ContainerUnitGUID": "string value",
  "Reporting_MasterProductGroupName": "string value",
  "Reporting_MasterProductGroupShortName": "string value",
  "Reporting_ContainerUnitName": "string value",
  "Reporting_ContainerUnitType": "string value",
  "Reporting_ContainerUnitSymbol": "string value"
}