POST /crm/v5/Accounts/upsert

To upsert Account records.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
data[] Array No
data[].Billing_Country String No
data[].Website String No
data[].Account_Site String No
data[].Rating String No
data[].Ownership String No
data[].Account_Type String No
data[].SIC_Code Number No
data[].Description String No
data[].Shipping_Country String No
data[].Ticker_Symbol String No
data[].Account_Name String No
data[].Account_Number String No
data[].Owner Object No
data[].Owner.id String No
data[].Phone String No
data[].Industry String No
data[].Billing_Street String No
data[].Shipping_Street String No
data[].Annual_Revenue Number No
data[].Fax String No
data[].Billing_State String No
data[].Employees Number No
data[].Parent_Account Object No
data[].Parent_Account.id String No
data[].Billing_Code String No
data[].Shipping_City String No
data[].Shipping_State String No
data[].Billing_City String No
data[].Shipping_Code String No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.