POST api/Member/BookAppointment
Request Information
URI Parameters
None.
Body Parameters
AppointmentListBO| Name | Description | Type | Additional information |
|---|---|---|---|
| PaymentStatus | string |
None. |
|
| 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. |
|
| Name | string |
None. |
|
| PatientId | integer |
None. |
|
| DoctorId | integer |
None. |
|
| DoctorName | string |
None. |
|
| Qualification | string |
None. |
|
| Experience | integer |
None. |
|
| PhoneNumber | string |
None. |
|
| PhoneNumber_member | string |
None. |
|
| ConsultationFee | decimal number |
None. |
|
| ApplyOndate | string |
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. |
|
| SearchType | string |
None. |
|
| SearchValue | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PaymentStatus": "sample string 1",
"IsActive": 2,
"Result_status": 3,
"Msg": "sample string 4",
"Error_message": "sample string 5",
"AppointmentId": 6,
"DSlotId": 7,
"BookedDate": "sample string 8",
"MemberId": 9,
"Name": "sample string 10",
"PatientId": 11,
"DoctorId": 12,
"DoctorName": "sample string 13",
"Qualification": "sample string 14",
"Experience": 15,
"PhoneNumber": "sample string 16",
"PhoneNumber_member": "sample string 17",
"ConsultationFee": 18.0,
"ApplyOndate": "sample string 19",
"ProfilePath": "sample string 20",
"DepartmentId": 21,
"DepartmentName": "sample string 22",
"SlotDate": "sample string 23",
"SlotId": 24,
"SlotName": "sample string 25",
"CompleteStatusText": "sample string 26",
"CompleteStatus": 27,
"SearchType": "sample string 28",
"SearchValue": "sample string 29"
}
application/xml, text/xml
Sample:
<AppointmentListBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Common"> <ApplyOndate>sample string 19</ApplyOndate> <AppointmentId>6</AppointmentId> <BookedDate>sample string 8</BookedDate> <CompleteStatus>27</CompleteStatus> <CompleteStatusText>sample string 26</CompleteStatusText> <ConsultationFee>18</ConsultationFee> <DSlotId>7</DSlotId> <DepartmentId>21</DepartmentId> <DepartmentName>sample string 22</DepartmentName> <DoctorId>12</DoctorId> <DoctorName>sample string 13</DoctorName> <Error_message>sample string 5</Error_message> <Experience>15</Experience> <IsActive>2</IsActive> <MemberId>9</MemberId> <Msg>sample string 4</Msg> <Name>sample string 10</Name> <PatientId>11</PatientId> <PaymentStatus>sample string 1</PaymentStatus> <PhoneNumber>sample string 16</PhoneNumber> <PhoneNumber_member>sample string 17</PhoneNumber_member> <ProfilePath>sample string 20</ProfilePath> <Qualification>sample string 14</Qualification> <Result_status>3</Result_status> <SearchType>sample string 28</SearchType> <SearchValue>sample string 29</SearchValue> <SlotDate>sample string 23</SlotDate> <SlotId>24</SlotId> <SlotName>sample string 25</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.