API Reference

blacklist_writer

Description

Adds a writer to the clients blacklist, this means that the writer will not be able to pickup orders for this client.

Required

writer_id

Example

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