POST api/Zoom/Create

Request Information

URI Parameters

None.

Body Parameters

Collection of ZoomApi
NameDescriptionTypeAdditional information
TableId

integer

None.

HostURL

string

None.

JoinURL

string

None.

RegNo

string

None.

DoctorId

string

None.

Entrydate

date

None.

EntryPerson

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "TableId": 1,
    "HostURL": "sample string 2",
    "JoinURL": "sample string 3",
    "RegNo": "sample string 4",
    "DoctorId": "sample string 5",
    "Entrydate": "2025-12-21T15:26:02.0112713+05:30",
    "EntryPerson": "sample string 7"
  },
  {
    "TableId": 1,
    "HostURL": "sample string 2",
    "JoinURL": "sample string 3",
    "RegNo": "sample string 4",
    "DoctorId": "sample string 5",
    "Entrydate": "2025-12-21T15:26:02.0112713+05:30",
    "EntryPerson": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfZoomApi xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PolyClinicClass">
  <ZoomApi>
    <DoctorId>sample string 5</DoctorId>
    <EntryPerson>sample string 7</EntryPerson>
    <Entrydate>2025-12-21T15:26:02.0112713+05:30</Entrydate>
    <HostURL>sample string 2</HostURL>
    <JoinURL>sample string 3</JoinURL>
    <RegNo>sample string 4</RegNo>
    <TableId>1</TableId>
  </ZoomApi>
  <ZoomApi>
    <DoctorId>sample string 5</DoctorId>
    <EntryPerson>sample string 7</EntryPerson>
    <Entrydate>2025-12-21T15:26:02.0112713+05:30</Entrydate>
    <HostURL>sample string 2</HostURL>
    <JoinURL>sample string 3</JoinURL>
    <RegNo>sample string 4</RegNo>
    <TableId>1</TableId>
  </ZoomApi>
</ArrayOfZoomApi>

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.