Client Contact Insert
POST {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME
Request Body
{"firstName"=>"{{$randomFirstName}}", "lastName"=>"{{$randomLastName}}", "accountId"=>"{{accountId}}", "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"=>"", "tc9_int__External_Id__c"=>"cc_{{masterExternalId}}", "RecordTypeId"=>"{{recordType.contact.clientContact}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |