POST api/SpeechToText/SaveTranscriptedFolderPathMany

Request Information

URI Parameters

None.

Body Parameters

Collection of TranscriptionFolderDTO
NameDescriptionTypeAdditional information
Id

integer

None.

ConversationId

integer

None.

BucketName

string

None.

FolderPath

string

None.

IsActive

boolean

None.

CreatedOn

date

None.

CreatedBy

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "id": 1,
    "conversationId": 1,
    "bucketName": "sample string 2",
    "folderPath": "sample string 3",
    "isActive": true,
    "createdOn": "2025-12-12T17:21:24.2275033+05:30",
    "createdBy": "sample string 4"
  },
  {
    "id": 1,
    "conversationId": 1,
    "bucketName": "sample string 2",
    "folderPath": "sample string 3",
    "isActive": true,
    "createdOn": "2025-12-12T17:21:24.2275033+05:30",
    "createdBy": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfTranscriptionFolderDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <TranscriptionFolderDTO>
    <BucketName>sample string 2</BucketName>
    <ConversationId>1</ConversationId>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedOn>2025-12-12T17:21:24.2275033+05:30</CreatedOn>
    <FolderPath>sample string 3</FolderPath>
    <Id>1</Id>
    <IsActive>true</IsActive>
  </TranscriptionFolderDTO>
  <TranscriptionFolderDTO>
    <BucketName>sample string 2</BucketName>
    <ConversationId>1</ConversationId>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedOn>2025-12-12T17:21:24.2275033+05:30</CreatedOn>
    <FolderPath>sample string 3</FolderPath>
    <Id>1</Id>
    <IsActive>true</IsActive>
  </TranscriptionFolderDTO>
</ArrayOfTranscriptionFolderDTO>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.