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

    Application ID

  • attachments: any
  • bcc: string[]
  • body: string
  • cc: string[]
  • condition: string
  • description: string
  • from: string
  • html: string
  • name: string
  • notificationid: any

    Notification ID

  • relatedOwner: string
  • relatedTable: string
  • subject: string
  • tableid: any

    Table ID

  • to: string[]
  • triggeringFields: string[]
  • type: string[]

Generated using TypeDoc