Update IO Status
PUT {{campaign_url}}/insertionOrders/:id/statuses
Updating an IO's play status
You can edit the status of an existing IO by sending this PUT
request. To update all other IO settings, send a PUT
Edit IO request.
To define a new status for the IO, open the body tab and input a new status value. Allowed values: play, pause, stop, archived.
For information on obtaining the id
, see GET
Existing IO documentation.
Request Body
{"status"=>"pause"}