Skip to content

Update a(n) Recipient record​

PUT
/campaigns/Recipients/{id}

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"RecipientId": 0,
"CandidateId": 0,
"ContactInfo": "string",
"isEmailRecipient": true
}

Responses​

application/json
JSON
{
"Success": true,
"Message": "string"
}

Playground​

Authorization
Body

Samples​