Skip to main content

Add a map record

POST 

/api/v3/_integration_map/_action/addMap

Add a map record (e.g. map a specific Salesforce record to a specific ChargeOver record)

Request

Body

    integration string
    context_str string
    context_id integer
    integration_guid string

Responses

Action completed successfully

Schema

    code integer
    status string
    message stringnullable
    details objectnullable
    response boolean
Loading...