Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1 KB

ContactFields.md

File metadata and controls

20 lines (16 loc) · 1 KB

com.Messente.Api.Model.ContactFields

A container for fields of a request body of a contact

Properties

Name Type Description Notes
PhoneNumber string Phone number in e.164 format
Email string The email of the contact [optional]
FirstName string The first name of the contact [optional]
LastName string The last name of the contact [optional]
Company string The company of the contact [optional]
Title string The title of the contact [optional]
Custom string The first custom field [optional]
Custom2 string The second custom field [optional]
Custom3 string The third custom field [optional]
Custom4 string The fourth custom field [optional]

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