MergeCRMClient::PatchedOpportunityRequest
Name
Type
Description
Notes
name
String
The opportunity's name.
[optional]
description
String
The opportunity's description.
[optional]
amount
Integer
The opportunity's amount.
[optional]
owner
String
The opportunity's owner.
[optional]
account
String
The account of the opportunity.
[optional]
stage
String
The stage of the opportunity.
[optional]
status
OpportunityStatusEnum
The opportunity's status. * `OPEN` - OPEN * `WON` - WON * `LOST` - LOST
[optional]
last_activity_at
Time
When the opportunity's last activity occurred.
[optional]
close_date
Time
When the opportunity was 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 ::PatchedOpportunityRequest . new (
name : Needs Integrations ,
description : Needs a Unified API for Integrations! ,
amount : 100000 ,
owner : 0358 cbc6 -2040 -430 a -848 e -aafacbadf3aa ,
account : 0958 cbc6 -6040 -430 a -848 e -aafacbadf4ae ,
stage : 1968 cbc6 -6040 -430 a -848 e -aafacbadf4ad ,
status : WON ,
last_activity_at : 2022 -02 -10 T00 :00Z ,
close_date : 2022 -02 -10 T00 :00Z ,
integration_params : { " ; unique_integration_field " ; :" ; unique_integration_field_value " ; } ,
linked_account_params : { " ; unique_linked_account_field " ; :" ; unique_linked_account_field_value " ; } ,
remote_fields : null
)