CustomerPricelistReportDto Data Type

Properties
name data type description
withHidden boolean
priceValidityMs number
itemclass IdValueDto
itemgroup IdValueDto
shopgroup IdValueDto
onlyWebshopItems boolean
itemRangeTo string
items array of CustomerPricelistItemDto
customer IdValueDto
onlySpecialCondition boolean
appliedQuantityScale boolean
itemRangeFrom string
withBlocked boolean
withClientLanguage boolean

Example

{
  "withHidden" : true,
  "priceValidityMs" : 12345,
  "itemclass" : {
    "value" : "...",
    "id" : 12345
  },
  "itemgroup" : {
    "value" : "...",
    "id" : 12345
  },
  "shopgroup" : {
    "value" : "...",
    "id" : 12345
  },
  "onlyWebshopItems" : true,
  "itemRangeTo" : "...",
  "items" : [ {
    "name" : "...",
    "additionalName" : "...",
    "hidden" : true,
    "VATId" : 12345,
    "clientDescriptionDto" : {
      "additionalName2" : "...",
      "shortName" : "...",
      "additionalName" : "...",
      "name" : "..."
    },
    "shopgroupDto" : {
      "id" : 12345,
      "cnr" : "...",
      "name" : "..."
    },
    "specialCondition" : true,
    "itemKursMaterialzuschlag" : 12345.0,
    "itemMaterialgewicht" : 12345.0,
    "itemClass" : "...",
    "unit" : "...",
    "item" : {
      "value" : "...",
      "id" : 12345
    },
    "itemGroupDto" : {
      "value" : "...",
      "id" : 12345
    },
    "descriptionDto" : {
      "additionalName2" : "...",
      "shortName" : "...",
      "additionalName" : "...",
      "name" : "..."
    },
    "shortName" : "...",
    "additionalName2" : "...",
    "kundeartikelbezeichnung" : "...",
    "kundeartikelnummer" : "...",
    "prices" : [ {
      "basePrice" : 12345.0,
      "discountRate" : 12345.0,
      "pricetypKey" : "...",
      "amount" : 12345.0,
      "fixPrice" : 12345.0,
      "currency" : "...",
      "calculatedPrice" : 12345.0,
      "specialCondition" : true
    }, {
      "basePrice" : 12345.0,
      "discountRate" : 12345.0,
      "pricetypKey" : "...",
      "amount" : 12345.0,
      "fixPrice" : 12345.0,
      "currency" : "...",
      "calculatedPrice" : 12345.0,
      "specialCondition" : true
    } ],
    "itemGroup" : "...",
    "itemMaterial" : "..."
  }, {
    "name" : "...",
    "additionalName" : "...",
    "hidden" : true,
    "VATId" : 12345,
    "clientDescriptionDto" : {
      "additionalName2" : "...",
      "shortName" : "...",
      "additionalName" : "...",
      "name" : "..."
    },
    "shopgroupDto" : {
      "id" : 12345,
      "cnr" : "...",
      "name" : "..."
    },
    "specialCondition" : true,
    "itemKursMaterialzuschlag" : 12345.0,
    "itemMaterialgewicht" : 12345.0,
    "itemClass" : "...",
    "unit" : "...",
    "item" : {
      "value" : "...",
      "id" : 12345
    },
    "itemGroupDto" : {
      "value" : "...",
      "id" : 12345
    },
    "descriptionDto" : {
      "additionalName2" : "...",
      "shortName" : "...",
      "additionalName" : "...",
      "name" : "..."
    },
    "shortName" : "...",
    "additionalName2" : "...",
    "kundeartikelbezeichnung" : "...",
    "kundeartikelnummer" : "...",
    "prices" : [ {
      "basePrice" : 12345.0,
      "discountRate" : 12345.0,
      "pricetypKey" : "...",
      "amount" : 12345.0,
      "fixPrice" : 12345.0,
      "currency" : "...",
      "calculatedPrice" : 12345.0,
      "specialCondition" : true
    }, {
      "basePrice" : 12345.0,
      "discountRate" : 12345.0,
      "pricetypKey" : "...",
      "amount" : 12345.0,
      "fixPrice" : 12345.0,
      "currency" : "...",
      "calculatedPrice" : 12345.0,
      "specialCondition" : true
    } ],
    "itemGroup" : "...",
    "itemMaterial" : "..."
  } ],
  "customer" : {
    "value" : "...",
    "id" : 12345
  },
  "onlySpecialCondition" : true,
  "appliedQuantityScale" : true,
  "itemRangeFrom" : "...",
  "withBlocked" : true,
  "withClientLanguage" : true
}