Click or drag to resize

StickyNoteInsertRequest Class

Demonstrates fields that can be passed in the body to consume Post /api/sticky_notes.
Inheritance Hierarchy
SystemObject
  ASI.TAM.API.Data.UI.StickyNoteStickyNoteInsertRequest
Namespace:  ASI.TAM.API.Data.UI.StickyNote
Assembly:  ASI.TAM.API.Data.UI.StickyNote (in ASI.TAM.API.Data.UI.StickyNote.dll) Version: 2021.1.0.1
Syntax
public class StickyNoteInsertRequest

The StickyNoteInsertRequest type exposes the following members.

Properties
  NameDescription
Public propertyaccount_id
The unique identifier of the account associated to the inserted sticky note.
Public propertyaccount_type_code
Account type code of the account associated to the inserted sticky note.
Public propertycolor_code
A code corresponding to the colour of the sticky note.
Public propertyexpiration_date
Displays when the sticky note expires.
Public propertyis_high_priority
Whether the sticky note is marked as high priority.
Public propertyprogram_area_code
Used to specify the Epic area to insert the sticky note.
Public propertyprogram_navigation_code
Used to specify the Epic navigation area to insert the sticky note.
Public propertytext
The text contined by the sticky note.
Public propertyuser_code
Used to specify the Epic security user associated to the inserted sticky note.
Top
See Also