Home / API Documentation

Create Private Note on specific account

Method: POST api/v1/Account/PostCreateNoteOnAccount

Response Format:

application/json

Required Parameters Description Additional information
accountid
No documentation available.

Define this parameter in the request body.

createdby
No documentation available.

Define this parameter in the request body.

notetext
No documentation available.

Define this parameter in the request body.

application/json, text/json

Sample Request:
                        {
  "accountid": 1,
  "createdby": "sample string 2",
  "notetext": "sample string 3"
};