POST api/Common/TimeSlotDoctorList
Request Information
URI Parameters
None.
Body Parameters
TimeSlotDoctorListBO| Name | Description | Type | Additional information |
|---|---|---|---|
| IsActive | integer |
None. |
|
| Result_status | integer |
None. |
|
| Msg | string |
None. |
|
| Error_message | string |
None. |
|
| SlotId | integer |
None. |
|
| SlotDate | string |
None. |
|
| DepartmentId | integer |
None. |
|
| DoctorId | integer |
None. |
|
| DoctorName | string |
None. |
|
| Experience | integer |
None. |
|
| Qualification | string |
None. |
|
| PhoneNumber | string |
None. |
|
| ConsultationFee | string |
None. |
|
| ProfilePath | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsActive": 1,
"Result_status": 2,
"Msg": "sample string 3",
"Error_message": "sample string 4",
"SlotId": 5,
"SlotDate": "sample string 6",
"DepartmentId": 7,
"DoctorId": 8,
"DoctorName": "sample string 9",
"Experience": 10,
"Qualification": "sample string 11",
"PhoneNumber": "sample string 12",
"ConsultationFee": "sample string 13",
"ProfilePath": "sample string 14"
}
application/xml, text/xml
Sample:
<TimeSlotDoctorListBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BO.Common"> <ConsultationFee>sample string 13</ConsultationFee> <DepartmentId>7</DepartmentId> <DoctorId>8</DoctorId> <DoctorName>sample string 9</DoctorName> <Error_message>sample string 4</Error_message> <Experience>10</Experience> <IsActive>1</IsActive> <Msg>sample string 3</Msg> <PhoneNumber>sample string 12</PhoneNumber> <ProfilePath>sample string 14</ProfilePath> <Qualification>sample string 11</Qualification> <Result_status>2</Result_status> <SlotDate>sample string 6</SlotDate> <SlotId>5</SlotId> </TimeSlotDoctorListBO>
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.