Results 1 to 2 of 2

Thread: How do I add more attributes to a SOAP API?

  1. #1
    clearwater is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    14

    Default How do I add more attributes to a SOAP API?

    If you point your web browser to http://demo.sugarcrm.com/sugarcrm/soap.php you'll see the available SOAP APIs for SugarCRM.

    I'm looking specifically at the "create_account" API. You can see that there are only 3 parts available in this request: name, phone, and website. The "accounts" module in SugarCRM has many more attributes available however such as address, fax, email, etc...

    My question is: How can I add these other attributes to the create_account API?

    Thanks,
    Julian.

  2. #2
    clearwater is offline Sugar Community Member
    Join Date
    Dec 2006
    Posts
    14

    Default Re: How do I add more attributes to a SOAP API?

    Never mind. I figured it out.

    Just edit soap.php, search for "create_account" (found in 2 places) and add whatever parameters you like that correspond to the column names from the mysql database. Save, and you're done.

    Cheers,
    Julian.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. SOAP API Login Failiure
    By myunus in forum Help
    Replies: 2
    Last Post: 2010-12-07, 09:20 AM
  2. Relating Accounts to Contacts using SOAP API
    By datla27 in forum Developer Help
    Replies: 3
    Last Post: 2007-07-05, 06:36 AM
  3. Soap API problem
    By Sabicho in forum Developer Help
    Replies: 13
    Last Post: 2007-02-26, 03:51 PM
  4. SOAP API: get_entry_list help
    By TheWiredMind in forum Developer Help
    Replies: 1
    Last Post: 2006-04-14, 12:36 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •