Client Contact Insert
POST
{{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME
Body
PARAM
Key |
Datatype |
Required |
Description |
HEADERS
Key |
Datatype |
Required |
Description |
Content-Type
|
string |
|
|
Authorization
|
string |
|
|
RESPONSES
status
curl -X POST 'undefined/services/data/vundefined/sobjects/:SOBJECT_API_NAME' -H 'Content-Type: application/json' -H 'Authorization: Bearer undefined' -d '{"firstName":"undefined","lastName":"undefined","accountId":"undefined","email":"undefined","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_undefined","RecordTypeId":"undefined"}'