API Reference

revise_content_order

Description

Sends a revision request to a writer for specified order. Please note that this only works for orders in a ready state. Revisions must be submitted before the auto accept runs. The default time until the auto accept runs is 3 days from the time of the order becoming ready. This can be adjusted by contacting the Crowd Content Success Manager.

Required

order_id,revision

Example

{  
	"params":{  
		"whitelabel_id":"API_ID",
		"whitelabel_key":"API_KEY",
		"client_id":"CLIENT_ID",
		"client_key":"CLIENT_KEY",
		"token":"TOKEN",
		"order_id":"VALUE",
		"revision":"VALUE",
	  
   },
   "action":"revise_content_order"
}