Skip to main content
POST
/
commerce
/
customer
/
accounts
/
{accountId}
/
notes
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 for which to create the note.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Contents of the new 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