Skip to main content

DepositView

Deposit information

organizationCodestringrequired

Organization code

Default value:
Example: ORG123
codestringrequired

Deposit code

Default value:
Example: DEP456
naturestringrequired

Nature of the deposit

Default value:
Example: BANKING
contractCodestringrequired

Code of the contract this deposit belongs to

Default value:
Example: CONT456
initialAmountdoublerequired

Initial deposit amount

Default value:
Example: 1200
updatedAmountdoublenullable

Updated deposit amount

Default value:
Example: 1250
numberOfMonthsOfRentint32nullable

Number of months of rent the deposit represents

Default value:
Example: 3
integrationDatedate-timerequired

Date when the deposit was integrated into the system

Default value:
DepositView
{
"organizationCode": "ORG123",
"code": "DEP456",
"nature": "BANKING",
"contractCode": "CONT456",
"initialAmount": 1200,
"updatedAmount": 1250,
"numberOfMonthsOfRent": 3,
"integrationDate": ""
}