createRecord

This method is to create a new record.

You must create and activate a session before you call this method. See createSession for details.

Parameters

Result

The result is an object containing two fields:

Examples

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "createRecord",
    "params": {
        "cortexToken": "xxx",
        "session": "1067dc90-eb17-489b-9514-69cb79ac696c",
        "title": "Cortex Examples C++"
    }
}

Last updated