Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.21 KB

ContactResponseFields.md

File metadata and controls

21 lines (17 loc) · 1.21 KB

com.Messente.Api.Model.ContactResponseFields

A container for response fields of a contact

Properties

Name Type Description Notes
PhoneNumber string Phone number in e.164 format [optional]
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]
ScheduledDeletionDate DateOnly? The date in ISO 8601 format, YYYY-MM-DD, on which the contact is going to be deleted because it has not belonged to a group for 30 days [optional]

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