POST api/Scheduler/SaveFollowupAppointmentDetail

Request Information

URI Parameters

None.

Body Parameters

SaveFollowupRequestAppointment
NameDescriptionTypeAdditional information
FollowupAppointmentRequestId

integer

None.

StatusID

string

None.

LastModifiedBy

integer

None.

Companyid

integer

None.

StartTime

date

None.

EndTime

date

None.

StaffComments

string

None.

AppointmentTimeZone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "FollowupAppointmentRequestId": 1,
  "StatusID": "sample string 2",
  "LastModifiedBy": 3,
  "Companyid": 4,
  "StartTime": "2026-04-17T13:01:10.1270448+00:00",
  "EndTime": "2026-04-17T13:01:10.1270448+00:00",
  "StaffComments": "sample string 6",
  "AppointmentTimeZone": "sample string 7"
}

application/xml, text/xml

Sample:
<SaveFollowupRequestAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CSI.Cx360.WebAPI.Models.Scheduler">
  <AppointmentTimeZone>sample string 7</AppointmentTimeZone>
  <Companyid>4</Companyid>
  <EndTime>2026-04-17T13:01:10.1270448+00:00</EndTime>
  <FollowupAppointmentRequestId>1</FollowupAppointmentRequestId>
  <LastModifiedBy>3</LastModifiedBy>
  <StaffComments>sample string 6</StaffComments>
  <StartTime>2026-04-17T13:01:10.1270448+00:00</StartTime>
  <StatusID>sample string 2</StatusID>
</SaveFollowupRequestAppointment>

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 'SaveFollowupRequestAppointment'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />