/
How To: Create Notes via API

How To: Create Notes via API

 

Request URL

https://app.insellerate.com/api/integration/CreateNote?orgId={{Insellerate Org ID}}.

Request Body

{

  "Filter": {

    "ApplicationId": {{Insellerate Application ID}}

  },

  "Note": "{{Enter Note Here}}",

  "NoteType": "Note",

  "UserId": {{Insellerate User ID}}

}

 

Senders should receive a 200 OK response code, notifying them that the request was received and was either successful/unsuccessful.

 

Related content