Name | Type | Description | Notes |
---|---|---|---|
client_id | string | The ID of the client whose contact log is being added. | |
assigned_to_staff_id | int | The ID of the staff member to whom the contact log is assigned. | [optional] |
text | string | The body of the contact log. | [optional] |
followup_by_date | \DateTime | The date by which the assigned staff member should complete this contact log. | [optional] |
contact_method | string | How the client wants to be contacted. | |
contact_name | string | The name of the person to be contacted by the assigned staff member. | [optional] |
comments | string[] | Any comments on the contact log. | [optional] |
types | \Swagger\Client\Model\AddContactLogType[] | The contact log types used to tag this contact log. | [optional] |
test | bool | When `true`, indicates that this is a test request and no data is inserted into the subscriber’s database.<br /> When `false`, the database is updated. | [optional] |