Skip to main content

Upsert entity mapping

PUT 

/entity_mappings/:entity_id

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Upsert entity mapping

Request

Path Parameters

    entity_id stringrequired
    Example: 0258cbc6-6020-430a-848e-aafacbadf4ae

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
    entity_id stringrequired
    object object
    type stringrequired

    Possible values: [standard, custom]

    name stringrequired
    field_mappings object[]
  • Array [
  • entity_field stringrequired

    The name of the field in your application.

    mapped_field stringrequired

    The name of the field in your customer's third-party Provider tool (e.g. Salesforce).

  • ]

Responses

Entity Mapping

Loading...