Type alias HighSystemsRequestPutWebhook

HighSystemsRequestPutWebhook: HighSystemsRequest & {
    active: boolean;
    appid: any;
    body: string;
    condition: string;
    description: string;
    endpoint: string;
    headers: {
        key: string;
        value: any;
    }[];
    method: "GET" | "POST" | "PUT" | "DELETE";
    name: string;
    relatedOwner: string;
    relatedTable: string;
    tableid: any;
    triggeringFields: string[];
    type: string[];
    webhookid: any;
}

Type declaration

  • active: boolean
  • appid: any

    Application ID

  • body: string
  • condition: string
  • description: string
  • endpoint: string
  • headers: {
        key: string;
        value: any;
    }[]
  • method: "GET" | "POST" | "PUT" | "DELETE"
  • name: string
  • relatedOwner: string
  • relatedTable: string
  • tableid: any

    Table ID

  • triggeringFields: string[]
  • type: string[]
  • webhookid: any

    Webhook ID

Generated using TypeDoc