Skip to content

Attach supporting documents to a claim

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

Upload the file to storage first and post its URL here. The first upload moves an Intimated claim to Documented.

Authorizations

BearerAuth
Type
HTTP (bearer)

Parameters

Path Parameters

claimId*
Type
string
Required

Request Body

application/json
JSON
[
  
{
  
  
"description": "string",
  
  
"url": "string",
  
  
"type": "string"
  
}
]

Responses

Success

application/json
JSON
{
  
"id": "string",
  
"number": "string",
  
"memberId": "string",
  
"status": "string",
  
"lossDate": "string",
  
"payoutAmount": 0,
  
"createdAt": "string"
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Built with ❤️ by Hobbiton Technologies