These docs are for v2.3. Click to read the latest docs for v3.0.

Creates new scheme note with given information based on payload

Sample Request:

POST /api/v2/supportschemes/SP1000000006/notes

Example Payload:
{          
    "description": "Test note create operation", 
    "noteType": "General Note"
}

This endpoint requires all data to be in the body of the request 

Requirements  
"description"         Description must be set.
"noteType"            Note Type must be set.

Required Permission(s): SupportPlans.EditSupportSchemes

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Reference of the Support Scheme.

Body Params

Information of the new scheme task.

string
required
length between 1 and 4000
string
required
length ≥ 1
Responses
201

On Success

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json