Skip to main content

Update a note

Updates the details of a single note (required scope notes:write)

Path Parameters
    noteId int32 required
Header Parameters
    Customer-Id int64 required

    The customer identifier

Request Body
    typeId int64

    The unique identifier of the note type definition associated to this note
    Optional: Omit to retain current value

    subject string

    The subject of the note
    Optional: Omit to retain current value

    ownedByUserId int64

    The unique id of the user who owns the note. Must have an active licence
    Optional: Omit to retain current value

    dueAt date-time nullable

    The UTC timestamp of when this note is due for completion
    Optional: Omit to retain current value or provide null to unset

    parentId int64 nullable

    The unique identifier of the parent note of this note
    Optional: Omit to retain current value or provide null to unset

    reference string

    The internal reference of the note - should usually be unique
    Optional: Omit to retain current value

    status NoteStatus

    Possible values: [open, completed, cancelled]

    The status of the note

    Possible values:

    • open: Open
    • completed: Completed
    • cancelled: Cancelled

    completionText string nullable

    The completion text for the note
    Optional: Omit to retain current value or provide null to unset

    description string

    The detailed textual content about the note
    Optional: Omit to retain current value

    customFields object[]

    The collection of custom fields applied to this note
    Optional: Omit to retain current value

  • Array [
  • definitionId int64 required

    The unique identifier of the associated custom field definition

    value string nullable

    The value of this custom field. If set to null, any existing value will be unset

  • ]
Responses

No Content

Loading...