| Name | Description | Type | Additional information |
|---|---|---|---|
| NoteID |
If this is a modify, include the NoteID |
integer |
None. |
| PersonID |
The Person associated with the note |
integer |
None. |
| UserPersonID |
The Author associated with this note (the logged in user) |
integer |
None. |
| SeasonID |
The optional seasonID associated with this note |
integer |
None. |
| CategoryID |
The categoryID should not be null --- if it is null, it should be set to 1 to represent "General" |
integer |
None. |
| HouseholdID |
The optional household associated with the note, if the note is not person specific |
integer |
None. |
| NoteText |
The text of the note |
string |
None. |
| IsPrivate |
Determines if the note is private |
boolean |
None. |
| TimeZoneOffset |
The modify call will return person notes using the time zone offset for the display date/time |
decimal number |
None. |
| SeasonIDPersonNotesGet |
The modify call will return person notes using the seasonID of SeasonIDPersonNotesGet |
integer |
None. |