Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.5 KB

NoteRead.md

File metadata and controls

16 lines (13 loc) · 1.5 KB

# NoteRead

Properties

Name Type Description Notes
id string The immutable system record ID of the note. [optional]
constituent_id string The immutable system record ID of the constituent associated with the note. [optional]
date \BurgerDigital\BlackbaudPhpSdk\Model\FuzzyDate [optional]
date_added \DateTime The date when the note was created. Includes an offset from UTC in <a href=&quot;https://tools.ietf.org/html/rfc3339\&quot;&gt;ISO-8601 format: </a><i>1969-11-21T10:29:43-04:00</i>. [optional]
date_modified \DateTime The date when the note was last modified. Includes an offset from UTC in <a href=&quot;https://tools.ietf.org/html/rfc3339\&quot;&gt;ISO-8601 format: </a><i>1969-11-21T10:29:43-04:00</i>. [optional]
summary string The note summary. Maximum length is 50 characters. [optional]
text string The note's contents. [optional]
type string The note type. Available values are the entries in the <a href=&quot;https://developer.sky.blackbaud.com/docs/services/56b76470069a0509c8f1c5b3/operations/ListNoteTypes\&quot;&gt;&lt;b&gt;Notepad Types</b></a> table. [optional]

[Back to Model list] [Back to API list] [Back to README]