Skip to main content

Update a note's progress

Updates the percentage completion of a note (required scope notes:write)

Path Parameters
    noteId int32 required

    The unique identifier of the note

Header Parameters
    Customer-Id int64 required

    The customer identifier

Request Body

The model containing information used to update the note progress

    progressedAt date-time nullable

    The UTC timestamp of when this note was progressed. Must be unique to the second. Defaults to UTC now if no value specified. If a note progress more recent than this value already exists, the note fields will not be updated

    percentage int32 required

    Possible values: <= 100

    The percentage to progress the note to. Must be between 0 - 100 inclusive. Setting to 100 will not complete the note, this must be done manually via the patch endpoint

    comment string nullable

    Free text description about progress made by this update

Responses

No Content

Loading...