Update an account note

Update an existing note for a account

{ "note": { "note": "Update with more info" } }
{ "accounts": [ { "name": "Example Account", "accountUrl": "https://www.example.url", "createdTimestamp": "2019-04-03T13:29:35-05:00", "updatedTimestamp": "2019-06-12T16:59:54-05:00", "links": { "notes": "https://hosted.localdev/api/3/accounts/1/notes" }, "id": "1" } ], "note": { "cdate": "2017-06-01T13:42:13-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-06-01T13:42:13-05:00", "note": "Update with more info", "owner": { "id": "1", "type": "account" }, "relid": "1", "reltype": "CustomerAccount", "user": "1", "userid": "1" } }
Path Params
string
required

Account's id to assign new note to

string
required

Account note's id to update

Body Params
object
Response

Language
Credentials
URL
Choose an example:
application/json