Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 2.18 KB

ContactRead.md

File metadata and controls

28 lines (25 loc) · 2.18 KB

# ContactRead

Properties

Name Type Description Notes
id string Contact id [optional]
intRef string Optional interface reference. If provided, it must be unique. <a href=&quot;https://docs.iplicit.com/dev/guide/identifiers/index.html\&quot;&gt;Learn more</a> [optional]
contactType string Contact type: `C`: company, `P`: person [optional]
description string Contact description [optional]
companyName string Company name. (Applicable to both Company and Person contact types) [optional]
title string Person title. (Applicable to Person contact types only). [optional]
firstName string Person first name. (Applicable to Person contact types only). [optional]
middleName string Person middle name. (Applicable to Person contact types only). [optional]
lastName string Person last name. (Applicable to Person contact types only). [optional]
jobTitle string Person job title. (Applicable to Person contact types only). [optional]
parentContactId string [optional]
legacyRef string Alternative / legacy reference code [optional]
isActive bool Active or locked (soft delete) [optional]
lastModified \DateTime The date and time this item has been last modified [optional]
lastModifiedBy string The user that last modified this item. See `UserAccount` catalog. [optional]
hasNotes bool Flag indicating whether there are any notes attached [optional]
hasAttachments bool Flag indicating whether there are any documents attached [optional]
emails \SynergiTech\Iplicit\Model\ContactEmailRead[] [optional]
phones \SynergiTech\Iplicit\Model\ContactPhoneRead[] [optional]
addresses \SynergiTech\Iplicit\Model\ContactAddressRead[] [optional]

[Back to Model list] [Back to API list] [Back to README]