Controller: Partner Management: GetPartnerInfo
GetPartnerInfo
Authentication Methods
- With AMS username and password
Input Parameter | Type | Description |
---|---|---|
Token* | String | Security token |
PartnerName | String | Optional PartnerName (nmra) parameter for getting the information about a different partner. Note: the given partner name must be a child of the currently logged in partner |
Output Parameter | Type | Description |
---|---|---|
Success | Boolean |
*Required
CURL EXAMPLE
curl -v 'https://secure.nomadesk.com/ctrller/api.php?Token=f8muiuc79u7kes7fr265t77001&Task=GetPartnerInfo'
RESPONSE
<Response>
<Status>1</Status>
<Message>Success</Message>
<PartnerInfo>
<UltimateParent>nmra000100</UltimateParent>
<Name>nmra000101</Name>
<FirstName>re</FirstName>
<LastName>seller</LastName>
<EmailAdress>reseller@crazytje.be</EmailAdress>
<CreatedOn>2011-03-14 08:41:28</CreatedOn>
<BrandingID>NMD</BrandingID>
<VAT>fdgfdsgfd</VAT>
<City>city</City>
<Company>sdfds</Company>
<Phone>+1 123465789</Phone>
<Address>asdkfjasdkfl</Address>
<State></State>
<ZipCode></ZipCode>
<Country>United States</Country>
<Website>http://google.be</Website>
<Contact1></Contact1>
<Contact2></Contact2>
<ApprovedOn>2011-06-07 12:11:13</ApprovedOn>
<Language>en-us</Language>
<Note></Note>
<Currency>USD</Currency>
<AccountStatus>Approved</AccountStatus>
<ApprovedBy>sales@crazytje.be</ApprovedBy>
<TrialAccounts>13</TrialAccounts>
<ActiveAccounts>16</ActiveAccounts>
<ActiveFileservers>175</ActiveFileservers>
<Type>Reseller</Type>
<ResellerAccounts>51</ResellerAccounts>
</PartnerInfo>
<AccountManager>
<AccountManagerEmail>reseller@crazytje.be</AccountManagerEmail>
<AccountManagerFirstName>sal</AccountManagerFirstName>
<AccountManagerLastName>se</AccountManagerLastName>
<AccountManagerPhone>+1 24654654</AccountManagerPhone>
</AccountManager>
<ColleteralUrl>https://mynomadesk.com/WidgetLink/f4f56bb0-714f-7091-96dd-2fad759b8d09</ColleteralUrl>
</Response>