CategoryInvoiceAgregateDto Data Type

Invoice category invoice aggregate DTO

Properties
name data type description
categoryInvoiceCode string The category invoice code
description string The description
userAccountCode string The user account code
itemNumber number The item number
amountWithoutTax number The amount without tax
amountTax number The amount tax
amountWithTax number The amount with tax
subCategoryInvoiceAgregateDto array of SubCategoryInvoiceAgregateDto Sub category invoice aggregates
discountAggregate array of DiscountInvoiceAggregateDto Discount aggregates

Example

{
  "categoryInvoiceCode" : "...",
  "description" : "...",
  "userAccountCode" : "...",
  "itemNumber" : 12345,
  "amountWithoutTax" : 12345.0,
  "amountTax" : 12345.0,
  "amountWithTax" : 12345.0,
  "subCategoryInvoiceAgregateDto" : [ {
    "itemNumber" : 12345,
    "accountingCode" : "...",
    "description" : "...",
    "taxCode" : "...",
    "taxPercent" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "amountTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "invoiceSubCategoryCode" : "...",
    "userAccountCode" : "...",
    "ratedTransaction" : [ {
      "usageDate" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "unitAmountWithTax" : 12345.0,
      "unitAmountTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "priceplanCode" : "...",
      "doNotTriggerInvoicing" : true,
      "startDate" : 12345,
      "endDate" : 12345,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "userAccountCode" : "...",
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "invoiceSubCategoryCode" : "...",
      "sellerCode" : "...",
      "billingAccountCode" : "..."
    }, {
      "usageDate" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "unitAmountWithTax" : 12345.0,
      "unitAmountTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "priceplanCode" : "...",
      "doNotTriggerInvoicing" : true,
      "startDate" : 12345,
      "endDate" : 12345,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "userAccountCode" : "...",
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "invoiceSubCategoryCode" : "...",
      "sellerCode" : "...",
      "billingAccountCode" : "..."
    } ]
  }, {
    "itemNumber" : 12345,
    "accountingCode" : "...",
    "description" : "...",
    "taxCode" : "...",
    "taxPercent" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "amountTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "invoiceSubCategoryCode" : "...",
    "userAccountCode" : "...",
    "ratedTransaction" : [ {
      "usageDate" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "unitAmountWithTax" : 12345.0,
      "unitAmountTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "priceplanCode" : "...",
      "doNotTriggerInvoicing" : true,
      "startDate" : 12345,
      "endDate" : 12345,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "userAccountCode" : "...",
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "invoiceSubCategoryCode" : "...",
      "sellerCode" : "...",
      "billingAccountCode" : "..."
    }, {
      "usageDate" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "unitAmountWithTax" : 12345.0,
      "unitAmountTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "priceplanCode" : "...",
      "doNotTriggerInvoicing" : true,
      "startDate" : 12345,
      "endDate" : 12345,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "userAccountCode" : "...",
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "invoiceSubCategoryCode" : "...",
      "sellerCode" : "...",
      "billingAccountCode" : "..."
    } ]
  } ],
  "discountAggregate" : [ {
    "discountPlanItemCode" : "...",
    "discountPercent" : 12345.0,
    "itemNumber" : 12345,
    "accountingCode" : "...",
    "description" : "...",
    "taxCode" : "...",
    "taxPercent" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "amountTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "invoiceSubCategoryCode" : "...",
    "userAccountCode" : "...",
    "ratedTransaction" : [ {
      "usageDate" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "unitAmountWithTax" : 12345.0,
      "unitAmountTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "priceplanCode" : "...",
      "doNotTriggerInvoicing" : true,
      "startDate" : 12345,
      "endDate" : 12345,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "userAccountCode" : "...",
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "invoiceSubCategoryCode" : "...",
      "sellerCode" : "...",
      "billingAccountCode" : "..."
    }, {
      "usageDate" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "unitAmountWithTax" : 12345.0,
      "unitAmountTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "priceplanCode" : "...",
      "doNotTriggerInvoicing" : true,
      "startDate" : 12345,
      "endDate" : 12345,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "userAccountCode" : "...",
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "invoiceSubCategoryCode" : "...",
      "sellerCode" : "...",
      "billingAccountCode" : "..."
    } ]
  }, {
    "discountPlanItemCode" : "...",
    "discountPercent" : 12345.0,
    "itemNumber" : 12345,
    "accountingCode" : "...",
    "description" : "...",
    "taxCode" : "...",
    "taxPercent" : 12345.0,
    "amountWithoutTax" : 12345.0,
    "amountTax" : 12345.0,
    "amountWithTax" : 12345.0,
    "invoiceSubCategoryCode" : "...",
    "userAccountCode" : "...",
    "ratedTransaction" : [ {
      "usageDate" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "unitAmountWithTax" : 12345.0,
      "unitAmountTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "priceplanCode" : "...",
      "doNotTriggerInvoicing" : true,
      "startDate" : 12345,
      "endDate" : 12345,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "userAccountCode" : "...",
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "invoiceSubCategoryCode" : "...",
      "sellerCode" : "...",
      "billingAccountCode" : "..."
    }, {
      "usageDate" : 12345,
      "unitAmountWithoutTax" : 12345.0,
      "unitAmountWithTax" : 12345.0,
      "unitAmountTax" : 12345.0,
      "quantity" : 12345.0,
      "amountWithoutTax" : 12345.0,
      "amountWithTax" : 12345.0,
      "amountTax" : 12345.0,
      "code" : "...",
      "description" : "...",
      "unityDescription" : "...",
      "priceplanCode" : "...",
      "doNotTriggerInvoicing" : true,
      "startDate" : 12345,
      "endDate" : 12345,
      "parameter1" : "...",
      "parameter2" : "...",
      "parameter3" : "...",
      "userAccountCode" : "...",
      "taxCode" : "...",
      "taxPercent" : 12345.0,
      "invoiceSubCategoryCode" : "...",
      "sellerCode" : "...",
      "billingAccountCode" : "..."
    } ]
  } ]
}