Skip to main content

Amortizationamountapiv1

amountnumber

the amount to be amortized

branchKeystring

the encoded key of the branch owning the amount

centreKeystring

the encoded key of the centre owning the amount

creationDatestring

the date on which the amortization amount was created

encodedKeystring

the automatically generated encoded ID for this item

entryDatestring

the date when this amount was recognised as amortized (in organization time)

reversalAmountKeystring

if the amount was reversed, this field will contain the encoded key of the reversal record

taxAmountnumber

the amount of tax included in the amortized amount

typestring

the type of entry represented by this object

Possible values: [AMORTIZATION_ADJUSTMENT, AMORTIZATION_CORRECTION, AMORTIZATION]

Amortizationamountapiv1
{
"amount": 0,
"branchKey": "string",
"centreKey": "string",
"creationDate": "string",
"encodedKey": "string",
"entryDate": "string",
"reversalAmountKey": "string",
"taxAmount": 0,
"type": "AMORTIZATION_ADJUSTMENT"
}