Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.56 KB

ContactLog.md

File metadata and controls

20 lines (16 loc) · 1.56 KB

ContactLog

Properties

Name Type Description Notes
id int The contact log’s ID. [optional]
text string The contact log’s body text. [optional]
created_date_time \DateTime The local date and time when the contact log was created. [optional]
followup_by_date \DateTime The date by which the assigned staff member should close or follow up on this contact log. [optional]
contact_method string The method by which the client wants to be contacted. [optional]
contact_name string The name of the client to contact. [optional]
client \Swagger\Client\Model\Client Information about the client to whom the contact log belongs. [optional]
created_by \Swagger\Client\Model\Staff Information about the staff member who created the contact log. [optional]
assigned_to \Swagger\Client\Model\Staff Information about the staff member to whom the contact log is assigned for follow up. [optional]
comments \Swagger\Client\Model\ContactLogComment[] The contact log’s comments. [optional]
types \Swagger\Client\Model\ContactLogType[] Contains information about contact log types. [optional]

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