This method is to stop a record that was previously started by createRecord. This will set the end date time of the record to the current date time.
A record is linked to a session. So to close a record, you need to provide the session id.
The result is an object containing these fields:
Name
Type
Required
Description
cortexToken
string
yes
A token returned by authorize.
session
string
yes
The session id you provided when you called createRecord.
Name
Type
Description
record
object
sessionId
string
The session id linked to the record.