Transmit Support Close & Credit Close Request (API-C18)
Interface description
The user can call this interface to complete the operations of payment clearing and credit closing.
Interface address
POST /v1/loan/closeall
Request parameters
Filed | Description | Required |
---|---|---|
applicationCode | String(32) Dowsure seller application code |
Required |
creditCode | String(32) Credit code |
Required |
creditContractNo | String(32) Credit contract number |
Optional |
loanCode | String(32) Loan number |
Required |
loanContractNo | String(32) Loan contract number |
Optional |
datetime | DateTime Credit closing time, current time by default |
Optional |
An example of a request
{
"applicationCode": "xxxxx",
"creditCode": "xxxxx",
"creditContractNo": "xxxxx",
"loanCode": "xxxxx",
"loanContractNo": "xxxxx",
"datetime": "20220101 00:00:00"
}
Response parameters
See: Appendix 4: Unified Response
An example of a response
Non yet