Update a respondent's status
POST/fulfillment/respondents/transition
Updates the respondent's status defined by the status code in the body of the request.
The following table contains the possible codes that can be supplied in the body's status field:
| Cint Status Definition | S2S Code |
|---|---|
| Complete | 5 |
| Screenout | 2 |
| Quality Terminate | 4 |
| Quota Full | 3 |
Request
Responses
- 200
- 404
- 422
The respondent's status was successfully updated.
The respondent status could not be found.
An error occurred while processing the request.