Inserts or updates customer attributes.

This endpoint allows tenants to insert new customers or update attributes for existing customers.

Sample Request

{
  "CustomerId":"0192837821",
    "Attributes":[{
      "RealFieldName":"FavoriteColor",
      "Value":"Orange"
      },
      {"RealFieldName":"Rank",
      "Value":"Gold"
      }]
  "CallbackUrl":"https://tenantname.requestcatcher.com/test"
}
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!