Skip to main content
PUT
Update Visit Note

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
integer<int64>
required

Body

application/json
signatures
object[]

Requires special co-signature permissions. If enabled, users can add co-signatures to the visit note by providing them in this field.

signed_by
integer<int64> | null

The user id of the provider who signed the visit note. (Requires special permission).

signed_date
string<date-time> | null

The time at which the visit note was signed. Cannot be in the future. (Requires Special Permission).

Response

200 - application/json
id
integer
read-only
signatures
object[]

Requires special co-signature permissions. If enabled, users can add co-signatures to the visit note by providing them in this field.

signed_by
integer<int64> | null

The user id of the provider who signed the visit note. (Requires special permission).

signed_date
string<date-time> | null

The time at which the visit note was signed. Cannot be in the future. (Requires Special Permission).