POST api/Appointments/SaveAppointmentMetrics

Request Information

URI Parameters

None.

Body Parameters

AppointmentMetrics
NameDescriptionTypeAdditional information
AppointmentId

integer

None.

AppointmentType

string

None.

AppointmentSource

string

None.

ProviderId

integer

None.

StartDate

date

None.

EndDate

date

None.

Mode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "appointmentId": 1,
  "appointmentType": "sample string 2",
  "appointmentSource": "sample string 3",
  "providerId": 4,
  "startDate": "2025-12-12T17:23:00.9835727+05:30",
  "endDate": "2025-12-12T17:23:00.9835727+05:30",
  "mode": "sample string 7"
}

application/xml, text/xml

Sample:
<AppointmentMetrics xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScribingSoftware.Model.DTO">
  <AppointmentId>1</AppointmentId>
  <AppointmentSource>sample string 3</AppointmentSource>
  <AppointmentType>sample string 2</AppointmentType>
  <EndDate>2025-12-12T17:23:00.9835727+05:30</EndDate>
  <Mode>sample string 7</Mode>
  <ProviderId>4</ProviderId>
  <StartDate>2025-12-12T17:23:00.9835727+05:30</StartDate>
</AppointmentMetrics>

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.