Skip to main content

Upsert association

PUT 

/associations

Upsert association

Support:

ProviderSupported
HubspotYes
SalesforceYes
PipedriveNo
MS DynamicsNo

Request

Header Parameters

    x-customer-id stringrequired

    The customer ID that uniquely identifies the customer in your application

    Example: my-customer-1
    x-provider-name stringrequired

    The provider name

    Example: salesforce

Body

required
    association_schema_id stringrequired
    source_object stringrequired

    The name of the object that the source record belongs to.

    source_record_id stringrequired
    target_object stringrequired

    The name of the object that the target record belongs to.

    target_record_id stringrequired

Responses

Association created

Schema
    association object

    An instance of an association between two records.

    association_schema_id stringrequired
    source_object stringrequired

    The name of the object that the source record belongs to.

    source_record_id stringrequired
    target_object stringrequired

    The name of the object that the target record belongs to.

    target_record_id stringrequired
    warnings object[]
  • Array [
  • detail string
    problem_type string
    title string
  • ]
Loading...