Update offer price via PUT
If you are using the offer_price pricing model, you can update the offer_price using this patch call. In the UI, this would be the equivalent of a CPI Override on the project.
Request
PUT $apihost/$basepath/surveys/$surveyId/offerPrice
($apihost is the environment against which you are testing, and $basepath is the base path with the api version. All Buy API calls will require access-token parameter in the header)
Body:
{
"value":1.45
}
Response
Response Code
200
Related content
Update offer price via PATCH
Update offer price via PATCH
More like this
Update completes required via PATCH
Update completes required via PATCH
More like this
Edit Survey Quotas
Edit Survey Quotas
Read with this
Edit an existing survey group
Edit an existing survey group
More like this
Change Survey Status
Change Survey Status
More like this
Reconciliation via API (Accept)
Reconciliation via API (Accept)
Read with this