POST api/Member/AppointmentList
Request Information
URI Parameters
None.
Body Parameters
AppointmentListBO| Name | Description | Type | Additional information |
|---|---|---|---|
| IsActive | integer |
None. |
|
| Result_status | integer |
None. |
|
| Msg | string |
None. |
|
| Error_message | string |
None. |
|
| AppointmentId | integer |
None. |
|
| DSlotId | integer |
None. |
|
| BookedDate | string |
None. |
|
| MemberId | integer |
None. |
|
| PatientId | integer |
None. |
|
| DoctorId | integer |
None. |
|
| DoctorName | string |
None. |
|
| Qualification | string |
None. |
|
| Experience | integer |
None. |
|
| PhoneNumber | string |
None. |
|
| ConsultationFee | decimal number |
None. |
|
| ProfilePath | string |
None. |
|
| DepartmentId | integer |
None. |
|
| DepartmentName | string |
None. |
|
| SlotDate | string |
None. |
|
| SlotId | integer |
None. |
|
| SlotName | string |
None. |
|
| CompleteStatusText | string |
None. |
|
| CompleteStatus | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsActive": 1,
"Result_status": 2,
"Msg": "sample string 3",
"Error_message": "sample string 4",
"AppointmentId": 5,
"DSlotId": 6,
"BookedDate": "sample string 7",
"MemberId": 8,
"PatientId": 9,
"DoctorId": 10,
"DoctorName": "sample string 11",
"Qualification": "sample string 12",
"Experience": 13,
"PhoneNumber": "sample string 14",
"ConsultationFee": 15.0,
"ProfilePath": "sample string 16",
"DepartmentId": 17,
"DepartmentName": "sample string 18",
"SlotDate": "sample string 19",
"SlotId": 20,
"SlotName": "sample string 21",
"CompleteStatusText": "sample string 22",
"CompleteStatus": 23
}
application/xml, text/xml
Sample:
<AppointmentListBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Common"> <AppointmentId>5</AppointmentId> <BookedDate>sample string 7</BookedDate> <CompleteStatus>23</CompleteStatus> <CompleteStatusText>sample string 22</CompleteStatusText> <ConsultationFee>15</ConsultationFee> <DSlotId>6</DSlotId> <DepartmentId>17</DepartmentId> <DepartmentName>sample string 18</DepartmentName> <DoctorId>10</DoctorId> <DoctorName>sample string 11</DoctorName> <Error_message>sample string 4</Error_message> <Experience>13</Experience> <IsActive>1</IsActive> <MemberId>8</MemberId> <Msg>sample string 3</Msg> <PatientId>9</PatientId> <PhoneNumber>sample string 14</PhoneNumber> <ProfilePath>sample string 16</ProfilePath> <Qualification>sample string 12</Qualification> <Result_status>2</Result_status> <SlotDate>sample string 19</SlotDate> <SlotId>20</SlotId> <SlotName>sample string 21</SlotName> </AppointmentListBO>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.