ChangeCompanyInfo
Authentication Methods
- With a username and password
- With AMS username and password
Input Parameter |
Type |
Description |
Token* |
String |
Security token |
CompanyName |
String |
|
Address |
String |
|
Address2 |
String |
|
City |
String |
|
State |
String |
|
Country |
Country |
|
ZipCode |
String |
|
VAT |
String |
|
Output Parameter |
Type |
Description |
CompanyInfo |
CompanyInfo |
CompanyInfo of this account when it is a license holder or a trial account or the company info of the multi-license user owning this account’s license |
*=Required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=fheenvtavr3bfonar94fqf2bn0&Task=ChangeCompanyInfo&CompanyName=Nomadesk&Address=address1&City=ggggggent&State=aaaastadte&Country=France&ZipCode=abc1234&VAT=abc'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
</Response>