Appearance
!--methodPOST--!/updateApplication ā
Update a submitted application.
Broker APIPersonal LoanAuto Loan
WARNING
Note: The application needs to satisfy below conditions in order to be updated:
- The application is submitted by you
š Authentication ā
- Bearer Token - Your API token
š Content-Type ā
Request | application/json |
Response | application/json |
š¦ Request Body ā
hash RequiredCustomer's hash
string
brokerflow_document_ids OptionalBroker codes
Array<string>
min: 1ā¹ļø Examples ā
Request
json
{
"hash": "eVfm8pmWRWL02vZO4k8CrKqEqDCZrA9zHSdJzW23YCkWp4dMQZW0cyLxlJ3j",
"brokerflow_document_ids": [
"123",
"asb123jsj"
]
}
Response
json
{
"message": "Application updated successfully"
}
json
{
"message": "Unauthenticated."
}
json
{
"message": "Application does not exist."
}
json
{
"message": "Application updated failed."
}