Updates contact in your account.
Since version:Â 17.6
Request parameters * denotes a required field
|  Parameter name | Description |  Type |  Example | |  SessionID | The session Id obtained from doLogin() |  string |  noA3ZjIxYWIyN2E3ZDIyYzQ4 | |  OldEmail | Existing contact's email |  string |  contact@example.com | |  NewEmail | New contact's email |  string |  newcontact@example.com | |  AccountID | Id of the account where contact should be updated. |  int |  123 | |  FirstName | Contact's first name |  string |  Con | |  LastName | Contact's last name |  string |  Tact | |  Position | Persons's Job title |  string |  Specialist | |  Company | Name of the company the person works for |  string |  Example | |  DefaultProofRole | Default proof role set when adding contact as recipient: 1: Read only 3: Reviewer 4: Approver 5: Reviewer and approver
| Â int | Â 5 | | Â DefaultEmailAlert | Default email alert set when adding contact as recipient: 1: All new comments and replies 2: Replies to my comments 3: Daily summary 4: Hourly summary 5: Decisions only 9: Disabled
| int | 9 | | Â Street | Â Name of the street | Â string | Â Example Avenue | | Â City | Â City | Â string | Â Lehi | | Â State | Â State | Â string | Â Utah | | Â Zipcode | Â Zip code | Â string | Â 84043 | | Â Country | Â Two letter country code | Â string | Â gb | | Â Telephone | Â Telephone | Â string | Â 555-0100 | | Â Mobile | Â Mobile | Â string | Â 555-0100 | | Â Fax | Â Fax | Â string | Â 555-0100 |
Response
|