Basic

Create

Create a note with the given properties and return a copy of the object, including the ID. Documentation and examples for creating standard notes is provided.

post/crm/v3/objects/notes

Request body

propertiesobject required

Key-value pairs for setting properties for the new object.

Example request

{
  "associations": [
    {
      "to": {
        "id": "37295"
      }
    }
  ]
}

Response

successful operation

createdResourceIdstring required

The unique identifier of the newly created resource.

locationstring

The URL location of the newly created resource.

Changes