POST api/AsyncWorkflow/SaveRawRecordingChunksPathAsync?userId={userId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

string

Required

Body Parameters

Collection of SaveRawRecordingDTO
NameDescriptionTypeAdditional information
FolderPath

string

Required

PatientAppointmentId

integer

Required

Type

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "folderPath": "sample string 1",
    "patientAppointmentId": 1,
    "type": "sample string 2"
  },
  {
    "folderPath": "sample string 1",
    "patientAppointmentId": 1,
    "type": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSaveRawRecordingDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <SaveRawRecordingDTO>
    <FolderPath>sample string 1</FolderPath>
    <PatientAppointmentId>1</PatientAppointmentId>
    <Type>sample string 2</Type>
  </SaveRawRecordingDTO>
  <SaveRawRecordingDTO>
    <FolderPath>sample string 1</FolderPath>
    <PatientAppointmentId>1</PatientAppointmentId>
    <Type>sample string 2</Type>
  </SaveRawRecordingDTO>
</ArrayOfSaveRawRecordingDTO>

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 'List`1'.

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.