POST api/Scheduler/SaveFollowupAppointmentDetail
Request Information
URI Parameters
None.
Body Parameters
SaveFollowupRequestAppointment| Name | Description | Type | Additional 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:
Response Information
Resource Description
ObjectNone.
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/" />