Skip to content

Add a note to a company​

POST
/companies/{CompanyId}/notes

Authorizations​

Bearer

Please create a SessionId using the access-token endpoint and enter it here.

TypeHTTP (bearer)

Request Body​

application/json
JSON
{
"Date": "string",
"UserName": "string",
"Method": "string",
"Text": "string",
"NoteId": "string",
"Bookmarked": true,
"DateBookmarked": "string",
"Edited": true,
"CompanyId": 0
}

Responses​

application/json
JSON
{
"Date": "string",
"UserName": "string",
"Method": "string",
"Text": "string",
"NoteId": "string",
"Bookmarked": true,
"DateBookmarked": "string",
"Edited": true,
"CompanyId": 0
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​