POST api/Goal/AddNotesCategory
Request Information
URI Parameters
None.
Body Parameters
InterventionNotes| Name | Description | Type | Additional information |
|---|---|---|---|
| NotesCategoryID | integer |
None. |
|
| NotesCaregiverID | integer |
None. |
|
| NotesID | integer |
None. |
|
| PatientID | integer |
None. |
|
| AssessmentObservationID | integer |
None. |
|
| Intervention | integer |
None. |
|
| NotesCategoryName | string |
None. |
|
| InterventionType | string |
None. |
|
| NotesFavoriteName | string |
None. |
|
| NotesTemplateName | string |
None. |
|
| CareGiverID | string |
None. |
|
| BMI | string |
None. |
|
| Weight | string |
None. |
|
| Height | string |
None. |
|
| HeadCircum | string |
None. |
|
| Notes | string |
None. |
|
| Template | string |
None. |
|
| status | integer |
None. |
|
| userId | string |
None. |
|
| Author | string |
None. |
|
| createDate | date |
None. |
|
| modifiedBy | string |
None. |
|
| achievedDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"NotesCategoryID": 1,
"NotesCaregiverID": 2,
"NotesID": 3,
"PatientID": 4,
"AssessmentObservationID": 5,
"Intervention": 1,
"NotesCategoryName": "sample string 6",
"InterventionType": "sample string 7",
"NotesFavoriteName": "sample string 8",
"NotesTemplateName": "sample string 9",
"CareGiverID": "sample string 10",
"BMI": "sample string 11",
"Weight": "sample string 12",
"Height": "sample string 13",
"HeadCircum": "sample string 14",
"Notes": "sample string 15",
"Template": "sample string 16",
"status": 1,
"userId": "sample string 17",
"Author": "sample string 18",
"createDate": "2026-04-25T11:16:43.4303879+00:00",
"modifiedBy": "sample string 19",
"achievedDate": "2026-04-25T11:16:43.4303879+00:00"
}
application/xml, text/xml
Sample:
<InterventionNotes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EVERMVCAPIs.Models"> <AssessmentObservationID>5</AssessmentObservationID> <Author>sample string 18</Author> <BMI>sample string 11</BMI> <CareGiverID>sample string 10</CareGiverID> <HeadCircum>sample string 14</HeadCircum> <Height>sample string 13</Height> <Intervention>1</Intervention> <InterventionType>sample string 7</InterventionType> <Notes>sample string 15</Notes> <NotesCaregiverID>2</NotesCaregiverID> <NotesCategoryID>1</NotesCategoryID> <NotesCategoryName>sample string 6</NotesCategoryName> <NotesFavoriteName>sample string 8</NotesFavoriteName> <NotesID>3</NotesID> <NotesTemplateName>sample string 9</NotesTemplateName> <PatientID>4</PatientID> <Template>sample string 16</Template> <Weight>sample string 12</Weight> <achievedDate>2026-04-25T11:16:43.4303879+00:00</achievedDate> <createDate>2026-04-25T11:16:43.4303879+00:00</createDate> <modifiedBy>sample string 19</modifiedBy> <status>1</status> <userId>sample string 17</userId> </InterventionNotes>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |