Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.43 KB

ContactCreate.md

File metadata and controls

19 lines (16 loc) · 1.43 KB

# ContactCreate

Properties

Name Type Description Notes
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]
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]
legacyRef string [optional]
emails \SynergiTech\Iplicit\Model\ContactEmailCreate[] [optional]
phones \SynergiTech\Iplicit\Model\ContactPhoneCreate[] [optional]
addresses \SynergiTech\Iplicit\Model\ContactAddressCreate[] [optional]

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