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>"
}
}Modifies an existing note for a customer account.
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>"
}
}JWT Authorization header using the Bearer scheme.
Unique identifier of the customer account whose note you want to modify.
Unique identifier of the note to update.
limits which fields are returned in the response body
The new content to replace the existing note.
Success