Method to set the information of a client.
https://api.wbsrvc.com/Client/SetInfo/
POST
| user_key Required |
User Key of the user who initiates the call. Type: string |
| client_id Optional |
ID of the client. Type: integer |
| company_name Optional |
Name of the client. Type: string |
| address1 Optional |
Address of the client. Type: string |
| address2 Optional |
Address of the client. Type: string |
| city Optional |
City of the client. Type: string |
| province_id Optional |
ID of the province of the client. Type: integer |
| postal_code Optional |
Postal code of the client. Type: string |
| country_id Optional |
ID of the country of the client. Type: integer |
| website Optional |
Website URL of the client. Type: string |
| phone Optional |
Phone number of the client. Type: string |
| fax Optional |
Fax number of the client. Type: string |
| mailing_limit Optional |
Per campaign limit of the client. Type: integer |
| month_limit Optional |
Monthly emails sent limit of the client. Type: integer |
| contact_limit Optional |
Number of contacts limit of the client. Type: integer |
| reseller Optional |
Is the client a reseller? Type: string - possible value 'true', 'false' |
| status Optional |
Status of the client Type: string - possible value 'trial', 'active', 'suspended_by_reseller', 'deleted' |