Skip to main content
PUT
/
commerce
/
customer
/
accounts
/
{accountId}
/
notes
/
{noteId}
Error
A valid request URL is required to generate request examples
{
  "id": 123,
  "content": "<string>",
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

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.

id
integer<int32>

Unique identifier of the note.

content
string | null

Content of the note that the merchant added.

auditInfo
object

Response

Success

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

id
integer<int32>

Unique identifier of the note.

content
string | null

Content of the note that the merchant added.

auditInfo
object