ScalepointDeveloper Portal
Claim Page APIOperations

Sends a message to all selected recipients.

Works only when not impersonating.

POST
/api/claims/{ClaimId}/messages

Works only when not impersonating.

Path Parameters

ClaimId*integer

ID of the claim

Formatint64
Range1 <= value <= 9223372036854780000

Request Body

Message to sent, recipients and attachments

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

curl -X POST "https://example.com/api/claims/1/messages" \  -H "Content-Type: application/json" \  -d '{    "recipientIds": [      0    ]  }'
Empty