POST PlanCare2Api/Relations/Note/Update
Update note.
Requires 'Edit' permission for function Notes {29EDAA20-4561-4B98-846B-4AF0F7E3FA93}
Request Information
URI Parameters
None.
Body Parameters
RelationNote.
RelationNote| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
The internal id of the note |
integer |
None |
| TypeGuid |
The internal id of type of the note |
globally unique identifier |
None |
| RelationId |
The internal id of the relation |
integer |
None |
| Date |
The date of the note |
date |
None |
| Text |
The text of the note |
string |
None |
| Visibility |
The visibility of the note |
RelationNoteVisibility |
None |
| DisciplineIds |
Id's of disciplines for which the note is visible when visibility is restricted for disciplines |
Collection of integer |
None |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"TypeGuid": "84837e4e-c472-4ff1-b53b-38fd0e01d2c5",
"RelationId": 3,
"Date": "2026-05-26T21:07:27.5085506+02:00",
"Text": "sample string 5",
"Visibility": 0,
"DisciplineIds": [
1,
2
]
}
application/xml
Sample:
text/xml
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 |