Public Holiday Calendar Upsert

PATCH {{url}}/services/data/v{{version}}/sobjects/:SOBJECT_API_NAME/:EXTERNAL_ID_FIELD/:EXTERNAL_ID

  • Insert: Use the POST request to create a new client.
  • Upsert: Use the PUT request to create a new client or update an existing one.
  • Update: Use the PATCH request to update an existing client.
  • Retrieve: Use the GET request to retrieve information about a specific client.
  • Delete: Use the DELETE request to delete a client.

Request Body

{"Name"=>"Test Public Holiday Calendar", "tc9_pr__Start_Date__c"=>"2023-01-01", "tc9_pr__End_Date__c"=>"2023-12-31", "RecordTypeId"=>"{{recordType.calendar.publicHoliday}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring