Skip to main content

QuantimedImportDTO

dblDataInterval string
dtmDataExported string
dtmEnd string
dtmStart string
fileType string
products object[]
  • Array [
  • innovatorName string
    lowestUnitMeasure string
    lowestUnitQuantity string
    multiplier int32
    productGroup string
    productId string
    productName string
    programPlanningUnitId string
    quantificationFactor string
    source string
    userDefined string
  • ]
  • programId string
    records object[]
  • Array [
  • dtmPeriod string
    ingAdjustments int32
    ingConsumption int32
    product object
    innovatorName string
    lowestUnitMeasure string
    lowestUnitQuantity string
    multiplier int32
    productGroup string
    productId string
    productName string
    programPlanningUnitId string
    quantificationFactor string
    source string
    userDefined string
    productId string
  • ]
  • sourceName string
    QuantimedImportDTO
    {
    "dblDataInterval": "string",
    "dtmDataExported": "string",
    "dtmEnd": "string",
    "dtmStart": "string",
    "fileType": "string",
    "products": [
    {
    "innovatorName": "string",
    "lowestUnitMeasure": "string",
    "lowestUnitQuantity": "string",
    "multiplier": 0,
    "productGroup": "string",
    "productId": "string",
    "productName": "string",
    "programPlanningUnitId": "string",
    "quantificationFactor": "string",
    "source": "string",
    "userDefined": "string"
    }
    ],
    "programId": "string",
    "records": [
    {
    "dtmPeriod": "string",
    "ingAdjustments": 0,
    "ingConsumption": 0,
    "product": {
    "innovatorName": "string",
    "lowestUnitMeasure": "string",
    "lowestUnitQuantity": "string",
    "multiplier": 0,
    "productGroup": "string",
    "productId": "string",
    "productName": "string",
    "programPlanningUnitId": "string",
    "quantificationFactor": "string",
    "source": "string",
    "userDefined": "string"
    },
    "productId": "string"
    }
    ],
    "sourceName": "string"
    }