Human Capital Management REST API Developer Reference

Creating Notes

POST

URI /services/data/vXX.X/sobjects/note/
Description Insert new notes

Input Parameters

For information about the supported attributes of the Note standard object that you can use in the POST request, see the online Force.com SOAP API Developer Guide.

Sample Code


// POST Request
{
  "ParentId": "a0nj000000Menwz",
  "Title": "Final HR Discussion",
  "body": "Candidate approved for hiring"
}

// POST Response
{
  "id" : "002j0000005ZAJZAA4",
  "success" : true,
  "errors" : [ ]
}
Tip:

You can access the REST Explorer by logging in to Salesforce Developer Workbench and browsing to Utilities | Rest Explorer.

© Copyright 2009–2017 FinancialForce.com, inc. All rights reserved. Various trademarks held by their respective owners.