Attach supporting documents to a claim
POST
/group-funeral/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
Requiredstring
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"
{
}
