Skip to main content
PUT
Error

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

accountId
integer<int32>
required

Unique identifier of the customer account whose note you want to modify.

noteId
integer<int32>
required

Unique identifier of the note to update.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

The new content to replace the existing note.

Note added to the customer account. Merchants can add internal notes, for example, to keep track of a customer's interests or complaints.

auditInfo
object
content
string | null

Content of the note that the merchant added.

id
integer<int32>

Unique identifier of the note.

Response

OK

Note added to the customer account. Merchants can add internal notes, for example, to keep track of a customer's interests or complaints.

auditInfo
object
content
string | null

Content of the note that the merchant added.

id
integer<int32>

Unique identifier of the note.