...
Request Parameter | Type | Description | Example |
---|---|---|---|
st | integer - enum (17, 18, 20, 21, 30) | This is the PureSpectrum status code. Pass in the appropriate code corresponding to your desired status. 17 - OverQuota 18 - Termination 20 - Quality Termination 21 - Complete 30 - Dedupe | st=21 |
qlcquota_id | string - comma separated values | This is the identifier of the quotas for which the respondent has qualified for. | abc123 |
...
Code Block | ||
---|---|---|
| ||
POST /buyers/v2/surveys/:surveyId/transactions/transaction_id/status?st=21&qlcquota_id=1,2,3 |
Response
...
Response Code
...