post https://{youraccountname}.api-us1.com/api/3/accounts//notes
Create a new note for an account
{
"note": {
"note": "Note for the account"
}
}
{
"accounts": [
{
"name": "Museuem of Science and Industry",
"accountUrl": "www.msi.com",
"createdTimestamp": "2019-04-03T13:29:35-05:00",
"updatedTimestamp": "2019-06-12T16:59:54-05:00",
"id": "1"
}
],
"note": {
"cdate": "2017-05-31T09:54:30-05:00",
"id": "2",
"links": {
"activities": "/api/3/notes/2/activities",
"mentions": "/api/3/notes/2/mentions",
"notes": "/api/3/notes/2/notes",
"owner": "/api/3/notes/2/owner",
"user": "/api/3/notes/2/user"
},
"mdate": "2017-05-31T09:54:30-05:00",
"note": "Note for the account",
"owner": {
"id": "1",
"type": "account"
},
"relid": "1",
"reltype": "CustomerAccount",
"user": "1",
"userid": "1"
}
}