Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.05 KB

Note.md

File metadata and controls

17 lines (14 loc) · 1.05 KB

# Note

Properties

Name Type Description Notes
noteDate \DateTime The date of the note [optional]
noteText string Note text [optional]
createdBy string [readonly] The email address of the user that create the Note [optional]
updatedBy string [readonly] The email address of the user that last updated the Note [optional]
type \SynergiTech\Staffology\Model\NoteType [optional]
documentCount int [readonly] The number of attachments associated with this model [optional]
documents \SynergiTech\Staffology\Model\Item[] [readonly] The attachments associated with this model [optional]
employee \SynergiTech\Staffology\Model\Item [optional]
id string [readonly] The unique id of the object [optional] [readonly]

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