Client Contact Upsert
PATCH {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME/:EXTERNAL_ID_FIELD/:EXTERNAL_ID
Accesses records based on the specified object ID. Retrieves, updates, or deletes records. This resource can also be used to retrieve field values. Use the GET method to retrieve records or fields, the DELETE method to delete records, and the PATCH method to update records.
Request Body
{"account"=>{"tc9_int__External_Id__c"=>"{{masterExternalId}}"}, "firstName"=>"{{$randomFirstName}}", "lastName"=>"{{$randomLastName}}", "email"=>"{{$randomEmail}}", "mailingStreet"=>"mailing street", "mailingCity"=>"mailing street", "mailingState"=>"mailing state", "mailingPostalCode"=>"mailing postcode", "mailingCountry"=>"mailing country", "otherStreet"=>"other street", "otherCity"=>"other city", "otherState"=>"other state", "otherPostalCode"=>"other postcode", "otherCountry"=>"other country", "Description"=>"", "RecordTypeId"=>"{{recordType.contact.clientContact}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |