The addNote actor-chain is used to create a note that is included in the customer profile.
Parameter  | Description  | 
|---|---|
  | The text of the note that is attached to the customer profile.  | 
Add Customer Profile Note Example
curl -L -v -b agent_cookies.txt -H "Content-Type: application/json" –d
"{"comment":\"Customer has many loyalty points that they should use.\" }"
"http://localhost:8180/rest/model/atg/svc/agent/ui/formhandlers/
CustomerProfileActor/addNote"
