v1

latestOpenAPI 3.1.02026-07-2489171167.4 KB
Service Records

Add a Note to a Service Record

Add an internal or public note to an existing service record.

post/service-records/{recordId}/note

Request body

sendNotificationboolean

Send a notifaction that a note was added to the service record.

bodystring required

The text of the note to be added to the service record.

shareWithRequesterboolean

Specifies whether to send an email notification about the note with the service record's requester user.

Response

Added successfully added to the service record

noteIdinteger required

Id of the added note.

Example response

{
  "noteId": 987
}