Create a note for an account.

Time Status User Agent
Make a request to see history.

URL Expired

The URL for this request expired after 30 days.

account_id

string

required

ID of the Account

Add a Note to an entity

message

string

required

The contents of the note.

``200 New Note Created

``401

Unauthorized.

``403

Forbidden.

``422

Invalid input.

``429

Too many requests.

``default

Unexpected Error.

Updated about 1 year ago


ShellNodeRubyPHPPython

Bearer

Base URL

https://Contact sales to enable your sandbox/accounts/{account_id}/notes


xxxxxxxxxx

curl --request POST \

--url https://contact/%20sales%20to%20enable%20your%20sandbox/accounts//notes \

--header 'accept: application/json' \

--header 'content-type: application/json'

Application/json

``200

Updated about 1 year ago