Skip to content

Attach supporting documents to a claim

POST
/credit-life/claims/{claimId}/documents

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

claimId*
Type
string
Required

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"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Built with ❤️ by Hobbiton Technologies