MergeCRMClient::AccountRequest
Name
Type
Description
Notes
owner
String
The account's owner.
[optional]
name
String
The account's name.
[optional]
description
String
The account's description.
[optional]
industry
String
The account's industry.
[optional]
website
String
The account's website.
[optional]
number_of_employees
Integer
The account's number of employees.
[optional]
last_activity_at
Time
The last date (either most recent or furthest in the future) of when an activity occurs in an account.
[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 ::AccountRequest . new (
owner : 0258 cbc6 -6020 -430 a -848 e -aafacbadf4ae ,
name : Merge API ,
description : One API for all integrations ,
industry : API 's,
website : https :/ /merge . dev /,
number_of_employees : 276000 ,
last_activity_at : 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
)