Claim Page APIOperations
Sends a message to all selected recipients.
Works only when not impersonating.
Works only when not impersonating.
Path Parameters
ClaimId*integer
ID of the claim
Format
int64Range
1 <= value <= 9223372036854780000Message 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