-
createRecord<T>(sdmStoreId,
sdmSchemaId,
record,
authentication): Promise<SdmRecord<T>>
-
Type Parameters
-
T extends JsonObject =
JsonObject
Parameters
-
sdmStoreId:
string
-
sdmSchemaId:
string
-
record:
T
-
authentication:
AxiosInstance
Returns Promise<SdmRecord<T>>
The SDM record
Create a SDM record.
Example