POST api/SpeechToText/GetProviderAppointment

Request Information

URI Parameters

None.

Body Parameters

GetProviderAppoinmentBodyParamDTO
NameDescriptionTypeAdditional information
StartTime

date

Required

EndTime

date

Required

StartNum

integer

Required

EndNum

integer

Required

SearchValue

string

None.

TimeZomeOffSet

integer

None.

UserDetails

integer

Required

RoleCode

string

Required

AppointmentType

string

None.

ProviderId

integer

None.

isFileUploaded

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "startTime": "2025-12-12T17:24:47.7162953+05:30",
  "endTime": "2025-12-12T17:24:47.7162953+05:30",
  "startNum": 1,
  "endNum": 2,
  "searchValue": "sample string 3",
  "timeZomeOffSet": 1,
  "userDetails": 4,
  "roleCode": "sample string 5",
  "appointmentType": "sample string 6",
  "providerId": 7,
  "isFileUploaded": 8
}

application/xml, text/xml

Sample:
<GetProviderAppoinmentBodyParamDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <AppointmentType>sample string 6</AppointmentType>
  <EndNum>2</EndNum>
  <EndTime>2025-12-12T17:24:47.7162953+05:30</EndTime>
  <ProviderId>7</ProviderId>
  <RoleCode>sample string 5</RoleCode>
  <SearchValue>sample string 3</SearchValue>
  <StartNum>1</StartNum>
  <StartTime>2025-12-12T17:24:47.7162953+05:30</StartTime>
  <TimeZomeOffSet>1</TimeZomeOffSet>
  <UserDetails>4</UserDetails>
  <isFileUploaded>8</isFileUploaded>
</GetProviderAppoinmentBodyParamDTO>

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.