Skip to main content

DepositView

Deposit information

organizationCodestringrequired

Organization code

Example: ORG123
codestringrequired

Deposit code

Example: DEP456
naturestringrequired

Nature of the deposit

Example: BANKING
contractCodestringrequired

Code of the contract this deposit belongs to

Example: CONT456
initialAmountnumber<double>required

Initial deposit amount

Example: 1200
updatedAmount(number | null)<double>nullable

Updated deposit amount

Example: 1250
numberOfMonthsOfRent(integer | null)<int32>nullable

Number of months of rent the deposit represents

Example: 3
integrationDatestring<date-time>required

Date when the deposit was integrated into the system

DepositView
{
"organizationCode": "ORG123",
"code": "DEP456",
"nature": "BANKING",
"contractCode": "CONT456",
"initialAmount": 1200,
"updatedAmount": 1250,
"numberOfMonthsOfRent": 3,
"integrationDate": "2024-07-29T15:51:28.071Z"
}