Controller: Account Management: GetCompanyInfo
GetCompanyInfo
Authentication Methods
- With a username and password
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
String | When using AMS Authentication |
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
EXAMPLES
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=fheenvtavr3bfonar94fqf2bn0&Task=GetCompanyInfo'
RESPONSE
<Response>
<Status>1</Status>
<Message></Message>
<CompanyInfo>
<CompanyName>Nomadesk</CompanyName>
<Address>address1</Address>
<Address2>second</Address2>
<City>Mariakerke</City>
<State>Oost-Vlaanderen</State>
<Country>Belgium</Country>
<ZipCode>9030</ZipCode>
<VAT></VAT>
</CompanyInfo>
</Response>