POST eAppointment/AddAppointment
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.eAppointment.Appointment| Name | Description | Type | Additional information | 
|---|---|---|---|
| AppointmentId | integer | 
                             None.  | 
                |
| ContactId | string | 
                             None.  | 
                |
| MemberId | string | 
                             None.  | 
                |
| OfficeId | string | 
                             None.  | 
                |
| AppointmentDate | string | 
                             None.  | 
                |
| AppointmentTime | string | 
                             None.  | 
                |
| Remarks | string | 
                             None.  | 
                |
| Status | string | 
                             None.  | 
                |
| CreatedBy | string | 
                             None.  | 
                |
| CreatedOn | date | 
                             None.  | 
                |
| CreatedOnDate | string | 
                             None.  | 
                |
| CreatedOnTime | string | 
                             None.  | 
                |
| OfficeName | string | 
                             None.  | 
                |
| ContactEmail | string | 
                             None.  | 
                |
| CIIRDesignation | string | 
                             None.  | 
                |
| CIIRName | string | 
                             None.  | 
                |
| OfficeAddress | string | 
                             None.  | 
                |
| CIIREmail | string | 
                             None.  | 
                |
| ofcSTD | string | 
                             None.  | 
                |
| Phone | string | 
                             None.  | 
                |
| Mobile | string | 
                             None.  | 
                |
| StaffDetail | string | 
                             None.  | 
                |
| eDoc_path | string | 
                             None.  | 
                |
| city | string | 
                             None.  | 
                |
| isconfirmed | integer | 
                             None.  | 
                |
| Reference | string | 
                             None.  | 
                |
| AppointmentReferenceNo | string | 
                             None.  | 
                
Request Formats
application/json, text/json
            Sample:
        
{
  "AppointmentId": 1,
  "ContactId": "sample string 2",
  "MemberId": "sample string 3",
  "OfficeId": "sample string 4",
  "AppointmentDate": "sample string 5",
  "AppointmentTime": "sample string 6",
  "Remarks": "sample string 7",
  "Status": "sample string 8",
  "CreatedBy": "sample string 9",
  "CreatedOn": "2025-11-04T07:14:00.2740635+05:30",
  "CreatedOnDate": "sample string 11",
  "CreatedOnTime": "sample string 12",
  "OfficeName": "sample string 13",
  "ContactEmail": "sample string 14",
  "CIIRDesignation": "sample string 15",
  "CIIRName": "sample string 16",
  "OfficeAddress": "sample string 17",
  "CIIREmail": "sample string 18",
  "ofcSTD": "sample string 19",
  "Phone": "sample string 20",
  "Mobile": "sample string 21",
  "StaffDetail": "sample string 22",
  "eDoc_path": "sample string 23",
  "city": "sample string 24",
  "isconfirmed": 25,
  "Reference": "sample string 26",
  "AppointmentReferenceNo": "sample string 27"
}
        application/xml, text/xml
            Sample:
        <Appointment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <AppointmentId>1</AppointmentId> <ContactId>sample string 2</ContactId> <MemberId>sample string 3</MemberId> <OfficeId>sample string 4</OfficeId> <AppointmentDate>sample string 5</AppointmentDate> <AppointmentTime>sample string 6</AppointmentTime> <Remarks>sample string 7</Remarks> <Status>sample string 8</Status> <CreatedBy>sample string 9</CreatedBy> <CreatedOn>2025-11-04T07:14:00.2740635+05:30</CreatedOn> <CreatedOnDate>sample string 11</CreatedOnDate> <CreatedOnTime>sample string 12</CreatedOnTime> <OfficeName>sample string 13</OfficeName> <ContactEmail>sample string 14</ContactEmail> <CIIRDesignation>sample string 15</CIIRDesignation> <CIIRName>sample string 16</CIIRName> <OfficeAddress>sample string 17</OfficeAddress> <CIIREmail>sample string 18</CIIREmail> <ofcSTD>sample string 19</ofcSTD> <Phone>sample string 20</Phone> <Mobile>sample string 21</Mobile> <StaffDetail>sample string 22</StaffDetail> <eDoc_path>sample string 23</eDoc_path> <city>sample string 24</city> <isconfirmed>25</isconfirmed> <Reference>sample string 26</Reference> <AppointmentReferenceNo>sample string 27</AppointmentReferenceNo> </Appointment>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
            Sample:
                    
Sample not available.