EditContact
class EditContact extends Contact
Properties
| string | $FullName | This is the contact's full name. | from Contact |
| string | $CompanyName | The name of the company. | from Contact |
| string | $CompanyId | You can use this INSTEAD OF the CompanyName. | from Contact |
| string | $Title | The contact's title (CEO, Sales Rep, etc.). | from Contact |
| string | $Industry | The company's industry. | from Contact |
| string | $NumEmployees | The number of employees at the company. | from Contact |
| string | $BackgroundInfo | A long text field where you can store any additional data. | from Contact |
| array | An array of email addresses. | from Contact | |
| array | $Phone | An array of phone numbers. | from Contact |
| array | $Address | An array of addresses. | from Contact |
| array | $Website | An array of websites. | from Contact |
| string | $Birthday | The contact's birthday. | from Contact |
| array | $CustomFields | An array of any additional data you want to enter. | from Contact |
| string | $AssignedTo | (Optional) the UserId of who the contact is assigned to. | from Contact |
| $ContactId |
Methods
__construct($ContactId)
No description