API Reference

update_account_info

Description

Updates account information.

Optional

company,first_name,last_name,telephone,address_line_1,address_line_2,zip,city,state,country,hear_about_us

Example

{  
	"params":{  
		"whitelabel_id":"API_ID",
		"whitelabel_key":"API_KEY",
		"client_id":"CLIENT_ID",
		"client_key":"CLIENT_KEY",
		"token":"TOKEN",
		"company":"VALUE",
		"first_name":"VALUE",
		"last_name":"VALUE",
		"telephone":"VALUE",
		"address_line_1":"VALUE",
		"address_line_2":"VALUE",
		"zip":"VALUE",
		"city":"VALUE",
		"state":"VALUE",
		"country":"VALUE",
		"hear_about_us":"VALUE",
	  
   },
   "action":"update_account_info"
}