Type alias HighSystemsRequestPutNotification
HighSystemsRequestPutNotification: HighSystemsRequest & {     active: boolean;     appid: any;     attachments: any;     bcc: string[];     body: string;     cc: string[];     condition: string;     description: string;     from: string;     html: string;     name: string;     notificationid: any;     relatedOwner: string;     relatedTable: string;     subject: string;     tableid: any;     to: string[];     triggeringFields: string[];     type: string[]; } Type declaration
- active: boolean
- appid: any
- attachments: any
- bcc: string[]
- body: string
- cc: string[]
- condition: string
- description: string
- from: string
- html: string
- name: string
- notificationid: any
- relatedOwner: string
- relatedTable: string
- subject: string
- tableid: any
- to: string[]
- triggeringFields: string[]
- type: string[]
Application ID