POST Api/SaveZoomMeeting

Request Information

URI Parameters

None.

Body Parameters

ZoomMeetings
NameDescriptionTypeAdditional information
uuid

string

None.

id

string

None.

host_id

string

None.

topic

string

None.

type

integer

None.

start_time

date

None.

end_time

date

None.

duration

decimal number

None.

timezone

string

None.

created_at

date

None.

join_url

string

None.

password

string

None.

SDKLink

string

None.

StDate

string

None.

StTime

string

None.

CreatedBy

string

None.

accessToken

string

None.

ParticipantsIds

Collection of string

None.

LKAppoitmentID

integer

None.

patientId

string

None.

physicianId

integer

None.

facilityId

integer

None.

PatientAppointmentId

integer

None.

ZoomMeetingId

integer

None.

IsStat

boolean

None.

StatTime

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "uuid": "sample string 1",
  "id": "sample string 2",
  "host_id": "sample string 3",
  "topic": "sample string 4",
  "type": 5,
  "start_time": "2025-12-12T17:24:00.887847+05:30",
  "end_time": "2025-12-12T17:24:00.887847+05:30",
  "duration": 8.1,
  "timezone": "sample string 9",
  "created_at": "2025-12-12T17:24:00.8888539+05:30",
  "join_url": "sample string 11",
  "password": "sample string 12",
  "sdkLink": "sample string 13",
  "stDate": "sample string 14",
  "stTime": "sample string 15",
  "createdBy": "sample string 16",
  "accessToken": "sample string 17",
  "participantsIds": [
    "sample string 1",
    "sample string 2"
  ],
  "lkAppoitmentID": 18,
  "patientId": "sample string 19",
  "physicianId": 1,
  "facilityId": 1,
  "patientAppointmentId": 1,
  "zoomMeetingId": 20,
  "isStat": true,
  "statTime": 22
}

application/xml, text/xml

Sample:
<ZoomMeetings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <CreatedBy>sample string 16</CreatedBy>
  <IsStat>true</IsStat>
  <LKAppoitmentID>18</LKAppoitmentID>
  <ParticipantsIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ParticipantsIds>
  <PatientAppointmentId>1</PatientAppointmentId>
  <SDKLink>sample string 13</SDKLink>
  <StDate>sample string 14</StDate>
  <StTime>sample string 15</StTime>
  <StatTime>22</StatTime>
  <ZoomMeetingId>20</ZoomMeetingId>
  <accessToken>sample string 17</accessToken>
  <created_at>2025-12-12T17:24:00.8888539+05:30</created_at>
  <duration>8.1</duration>
  <end_time>2025-12-12T17:24:00.887847+05:30</end_time>
  <facilityId>1</facilityId>
  <host_id>sample string 3</host_id>
  <id>sample string 2</id>
  <join_url>sample string 11</join_url>
  <password>sample string 12</password>
  <patientId>sample string 19</patientId>
  <physicianId>1</physicianId>
  <start_time>2025-12-12T17:24:00.887847+05:30</start_time>
  <timezone>sample string 9</timezone>
  <topic>sample string 4</topic>
  <type>5</type>
  <uuid>sample string 1</uuid>
</ZoomMeetings>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.