DepositApplied Summar

Structure

FieldTypeRequiredDescription
productCodeString
ChainProduct code
productNameString
Product Name
quantityInteger
Quantity of the line
amountBeforeTaxDecimal
amount without tax
amountAfterTaxDecimal

amount with tax

taxPercentageDecimal
Percentage of the tax
depositIdInteger
Id of the deposit
appliedInInvoiceBoolean
Deposit applied in invoice or folio
paymentMethodPaymentMethod

JSON representation

{
	"productCode": "REC",
    "productName": "Recibo",
    "quantity": -1,
    "amountBeforeTax": 74.050000,
    "amountAfterTax": 74.050000,
    "taxPercentage": 0,
    "depositId": 7114,
    "appliedInInvoice": false,
    "paymentMethod": {
                        "type": "",
                        "name": "VISA",
                        "code": "Visa",
                        "accountingAccount": "555000000003"
                     }
}