Type alias HighSystemsRequestPutRecord

HighSystemsRequestPutRecord: HighSystemsRequest & {
    appid: any;
    format: any;
    id: any;
    tableid: any;
}

Type declaration

  • appid: any

    Application ID

  • format: any
  • id: any

    Record ID

  • tableid: any

    Table ID

Generated using TypeDoc