Skip to content

Intimate a funeral claim

POST
/group-funeral/claims

Identify the household by memberId or nrcNumber — not both. Name the covered life: memberType MainMember for the principal, otherwise the relationship plus the beneficiaryId. The payout is the benefit tier for that life, not the whole household's cover.

Authorizations

BearerAuth
Type
HTTP (bearer)

Request Body

application/json
JSON
{
  
"memberId": "string",
  
"nrcNumber": "string",
  
"memberType": "string",
  
"beneficiaryId": 0,
  
"lossDate": "string",
  
"cause": "string",
  
"lateNotificationReason": "string"
}

Responses

Success

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

Playground

Authorization
Body

Samples

Built with ❤️ by Hobbiton Technologies