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 | string |
None. |
|
| SlotName | string |
None. |
|
| DSlotId | string |
None. |
|
| RowId | integer |
None. |
|
| SlotDate | string |
None. |
|
| DepartmentId | integer |
None. |
|
| DepartmentName | 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": "sample string 5",
"SlotName": "sample string 6",
"DSlotId": "sample string 7",
"RowId": 8,
"SlotDate": "sample string 9",
"DepartmentId": 10,
"DepartmentName": 11,
"DoctorId": 12,
"DoctorName": "sample string 13",
"Experience": 14,
"Qualification": "sample string 15",
"PhoneNumber": "sample string 16",
"ConsultationFee": "sample string 17",
"ProfilePath": "sample string 18"
}
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 17</ConsultationFee> <DSlotId>sample string 7</DSlotId> <DepartmentId>10</DepartmentId> <DepartmentName>11</DepartmentName> <DoctorId>12</DoctorId> <DoctorName>sample string 13</DoctorName> <Error_message>sample string 4</Error_message> <Experience>14</Experience> <IsActive>1</IsActive> <Msg>sample string 3</Msg> <PhoneNumber>sample string 16</PhoneNumber> <ProfilePath>sample string 18</ProfilePath> <Qualification>sample string 15</Qualification> <Result_status>2</Result_status> <RowId>8</RowId> <SlotDate>sample string 9</SlotDate> <SlotId>sample string 5</SlotId> <SlotName>sample string 6</SlotName> </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.