Click or drag to resize

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
Syntax
public Nullable<int> account_id { get; set; }

Property Value

Type: NullableInt32
Remarks

This 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