 |
StickyNoteInsertRequestaccount_id Property |
The unique identifier of the account associated to the inserted sticky note.
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
Syntaxpublic Nullable<int> account_id { get; set; }
Public Property account_id As Nullable(Of Integer)
Get
Set
Dim instance As StickyNoteInsertRequest
Dim value As Nullable(Of Integer)
value = instance.account_id
instance.account_id = value
Property Value
Type:
NullableInt32
RemarksThis field is required when program_area_code is ACTS and ignored for all other program areas.
Use various existing WCF methods depending on the acccount type to obtain valid values.
See Also