Type alias HighSystemsRequestUpsertRecords

HighSystemsRequestUpsertRecords: HighSystemsRequest & {
    appid: any;
    data: {}[];
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • data: {}[]

    An array of records to upsert

  • tableid: any

    Table ID

Generated using TypeDoc