onspring-api-sdk
    Preparing search index...

    Class SaveRecordRequest

    Index
    • Parameters

      • appId: number
      • recordId: number | null = null
      • fields: Map<number, any> = ...

      Returns SaveRecordRequest

    appId: number
    fields: Map<number, any>

    The key is the field id and the value is the value for the field.

    recordId: number | null

    If the record id is not provided a new record will be created. Otherwise, the existing record will be updated.

    • Returns any