Create a Note
post/api/record/note
Request body
notetextstring required
Content of the note, to format use HTML (Primary).
objectidstring
The GUID of the record related to the note.
objecttypecodeinteger
Object number of the object the related record belongs to. If you set the objectid field, you MUST set this field as well.
parentnoteidstring
Use a note's GUID to set this note as a reply to it. Make sure the objectid, objecttitle, and objecttypecode fields are identical in both notes.
Response
200