• Create a SDM record.

    Example

    import { Sdm } from '@showpad/experience-app-sdk'

    await Sdm.createRecord('<sdmStoreId>', '<sdmSchemaId>', '<record>', '<authentication>')

    Type Parameters

    • T extends JsonObject = JsonObject

    Parameters

    • sdmStoreId: string
    • sdmSchemaId: string
    • record: T
    • authentication: AxiosInstance

    Returns Promise<SdmRecord<T>>

    The SDM record

Generated using TypeDoc