API Reference

pause_content_order

Description

Pauses a content order. Orders can be paused at anytime however it will only have an effect when the status is below 3. This means that orders being written will only be paused once it is dropped by the writer.

Required

order_id

Example

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