POST api/SpeechToText/GetFolderDetailsforFileType

Request Information

URI Parameters

None.

Body Parameters

FolderDetailsforFileType
NameDescriptionTypeAdditional information
userId

string

None.

Name

string

None.

audioFormat

string

None.

oldAudioPath

string

None.

patientId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "name": "sample string 2",
  "audioFormat": "sample string 3",
  "oldAudioPath": "sample string 4",
  "patientId": 5
}

application/xml, text/xml

Sample:
<FolderDetailsforFileType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <Name>sample string 2</Name>
  <audioFormat>sample string 3</audioFormat>
  <oldAudioPath>sample string 4</oldAudioPath>
  <patientId>5</patientId>
  <userId>sample string 1</userId>
</FolderDetailsforFileType>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FolderDetailsforFileType'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.