Attach supporting documents to a claim
POST
/credit-life/claims/{claimId}/documents
Authorizations
BearerAuth
Type
HTTP (bearer)
Parameters
Path Parameters
claimId*
Type
Requiredstring
Request Body
application/json
JSON { "description": "string", "url": "string", "type": "string" }
[
]
Responses
Upload the files to your own storage first and post the URLs. The first upload moves the claim Intimated → Documented.
application/json
JSON "id": "string", "number": "string", "loanId": "string", "status": "string", "lossType": "string", "lossDate": "string", "outStandingAmount": 0, "charges": 0, "freeFuneralExpense": 0, "payableAmount": 0, "createdAt": "string"
{
}
