MergeCRMClient::PatchedTaskRequest
Name
Type
Description
Notes
subject
String
The task's subject.
[optional]
content
String
The task's content.
[optional]
owner
String
The task's owner.
[optional]
account
String
The task's account.
[optional]
opportunity
String
The task's opportunity.
[optional]
completed_date
Time
When the task is completed.
[optional]
due_date
Time
When the task is due.
[optional]
status
TaskStatusEnum
The task's status. * `OPEN` - OPEN * `CLOSED` - CLOSED
[optional]
integration_params
Hash<String, AnyType>
[optional]
linked_account_params
Hash<String, AnyType>
[optional]
remote_fields
Array<RemoteFieldRequest>
[optional]
require 'merge_crm_client'
instance = MergeCRMClient ::PatchedTaskRequest . new (
subject : Contact about Integration Strategy ,
content : Follow up to see whether they need integrations ,
owner : 0358 cbc6 -2040 -430 a -848 e -aafacbadf3aa ,
account : 3 fa85f64 -5717 -4562 -b3fc -2 c963f66afa6 ,
opportunity : null ,
completed_date : 2022 -02 -11 T00 :00Z ,
due_date : 2022 -02 -10 T00 :00Z ,
status : OPEN ,
integration_params : { " ; unique_integration_field " ; :" ; unique_integration_field_value " ; } ,
linked_account_params : { " ; unique_linked_account_field " ; :" ; unique_linked_account_field_value " ; } ,
remote_fields : null
)