/
companies/{cid}/notes/{id} (put)
companies/{cid}/notes/{id} (put)
Updates the text of an existing note.
This method also updates the change date. The logged user is set as the changing user. See companies/{cid}/notes (get) for change details.
URL
(PUT) /companies/{cid}/notes/{id}
PARAMETERS
The URL parameters are:
cid | The company ID. | int, Mandatory |
id | The ID of the note to update. | int, Mandatory |
The body must contain a JSON object with these parameters:
text | The plain text of the note. A null or empty text results in an error. | string, Mandatory |
labels | Optional array of label id/value pairs:
Invalid label IDs or values result in an error. | object[]?, Optional |
RESULTS
The method does not return a result.
, multiple selections available,
Related content
companies/{cid}/notes (post)
companies/{cid}/notes (post)
More like this
companies/{cid}/notes (get)
companies/{cid}/notes (get)
More like this
companies/{cid}/notes/{id} (delete)
companies/{cid}/notes/{id} (delete)
More like this
services/persons/{uid}/services/{svcid} (PUT)
services/persons/{uid}/services/{svcid} (PUT)
More like this
Copy of persons/io/update (POST)
Copy of persons/io/update (POST)
More like this
persons/io/updates (POST)
persons/io/updates (POST)
More like this
Copyright Wordbee - Buzzin' Outside the Box since 2008