Updates the list of assignments on a specified campaign instance that belong to a specified tenant.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests

LoadingLoading

Path Params
string
required
Query Params
boolean
string
Defaults to assigned
Body Params

List of campaign assignments to modify:
Campaign assignment payload details:

- id: Campaign assignment ID.
- reviewer: Details about the campaign reviewer. Required when redirecting an assignment to another user.
- operation: The operation to be executed.


Allowable values for operation are: approved, rejected, redirected, escalated.
approved: Approve an assignment.
rejected: Reject an assignment.
redirected: Redirect an assignment.
escalated: Escalate an assignment.

- justification: A justification for the action taken on the assignment by the reviewer.
- doImmediateFulfillment: Immediate action on the assignment when signOff is manual and doImmediateFulfillment is set to true.

Headers
boolean
required
Responses
200

The request was successful.

400

Your request can't be processed. The error code and description are available in the response payload.

401

Your request can't be processed. The error code and description are available in the response payload.

409

A conflict occurred during the replace operation.

500

Your request cannot be processed because an internal server error occurred.

Language
URL
LoadingLoading