Skip to main content
POST
Customer - Add Note

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
required

Customer ID

Example:

"507f1f77bcf86cd799439011"

note
string
required

Note text to add

Response

Note added, returns updated customer

customer
object
required

Customer object with full details