post https://{tenant}.rubixx.app/api/v2/supportschemes//notes
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