Deprecated - Modify a given assignment.

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

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.

string
required
string
reviewer
object
string
required
string
boolean
Responses
200

The operation was successful.

400

A client-side status error occurred. The error code and description are available in the payload.

409

A conflict occurred during the replace operation.

500

Your operation can't be processed because an internal server error occurred.

Language
URL
LoadingLoading