/
InvoiceLines Summar

InvoiceLines Summar

Structure

FieldTypeRequiredDescription
accountingDataAccountingData

conceptConcept

productionDateLocalDate

quantityInteger

taxTax

totalAmountWithTAXDecimal

unitaryPriceWithoutTAXDecimal

discount_PercentajeDecimal

totalNetAmountDecimal
Reserved
depositIDInteger

ticketLineTicketLine

JSON representation

{
       "accountingData" : {
          "accountingAccount" : "",
          "analityAccount" : null,
          "centerAccount" : null
        },
        "concept" : {
          "code" : "SPAP",
          "name" : "Productos SPA 21%"
        },
        "productionDate" : "2021-11-23",
        "quantity" : 1,
        "tax" : {
          "percentage" : 21.000000,
          "code" : "IVA21",
          "name" : "IVA 21%",
          "quota" : 0.347107
        },
        "totalAmountWithTAX" : 2.000000,
        "unitaryPriceWithoutTAX" : 1.652893,
        "discount_Percentaje" : 0.000000,
        "totalNetAmount" : null,
        "depositID" : null,
        "ticketLine" : null
}

Related content