WSDL Page:  http://<your_domain_here>/affiliate/api/2/account.asmx?op=GetAccountManager
Parameter Summary:
api_key / STRING = Affiliate API Key {See auth.asmx > Login}
affiliate_id / INT = Affiliate ID {See auth.asmx > Login}
Parameter Types:
api_key - ID
affiliate_id - ID
Sample GET Call:
https://demo.cakemarketing.com/affiliates/api/2/account.asmx/GetAccountManager?api_key=WGdlFhziHLA&affiliate_id=5969&contact_id=3446
Sample XML Response:
<account_manager_response>
  <success>true</success>
  <row_count>1</row_count>
  <account_manager>
    <first_name>Andy</first_name>
    <middle_name/>
    <last_name>Worford</last_name>
    <title>Master of Ceremonies</title>
    <email_address>andy@getCAKE.com</email_address>
    <phone_work>9495482253x204</phone_work>
    <phone_cell>9495482253</phone_cell>
    <phone_fax>8665482253</phone_fax>
    <im_service>Google</im_service>
    <im_name>cake_andy</im_name>
  </account_manager>
</account_manager_response>