API Reference

accept_content_order

Description

Accepts the content. Although rating and comments are optional it is important that ratings are given to content as it allows Crowd Content to rate authors and determine their quality level.

Required

order_id

Optional

rating, comments

Example

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