v1

latestOpenAPI 3.0.02026-08-066425196.1 KB
Transcriptions

Add a transcription.

Add a transcription to a record.

post/transcriptions/

Request body

transcriptionstring required
targetNaIdinteger required
targetObjectIdinteger
userIdstring required
statusstring

Example request

{
  "transcription": "a properly encoded/escaped transcription",
  "targetNaId": 31124739,
  "targetObjectId": 77852917,
  "userId": "c2558dff-bf46-3e28-8aff-29913227beb2",
  "status": "inactive"
}

Response

A response body containing confirmation that the transcription was added successfully.