Deposits is a current liability account in the general ledger, in which is stored the amount of funds paid by customers in advance of a product or service delivery.
Security Deposit APIs
|
Method |
Resource Path |
Payload |
Description |
Response code |
Swagger link |
Since |
|---|---|---|---|---|---|---|
|
PUT |
https://{host}/opencell/api/rest/v2/accountReceivable/financeSettings/1 |
|
Activate and Update the Security Deposit settings |
|
|
V12.0 |
|
POST |
https://{host}/opencell/api/rest/v2/securityDeposit/securityDepositTemplate |
|
Create a Security Deposit Template.
|
|
|
V12.0 |
|
POST |
https://{host}/opencell/api/rest/v2/securityDeposit/instantiateSecurityDeposit |
|
Instanciate a Security Deposit Template |
|
|
V12.0 |
|
POST |
https://{host}/opencell/api/rest/v2/securityDeposit/credit/{securityDepositInstanceId} |
|
Credit a Security Deposit |
|
|
V12.0 |
|
POST |
https://{host}/opencell/api/rest/v2/securityDeposit/refund/{securityDepositInstanceId} |
|
Refund a security deposit |
|
|
V15.0 |
|
POST |
https://{host}/opencell/api/rest/v2/securityDeposit/cancel/{securityDepositInstanceId} |
|
Cancel a security deposit |
|
|
V15.0 |