POST API/DoctorWisePatientReport/Export
Request Information
URI Parameters
None.
Body Parameters
DoctorWisePatientReportName | Description | Type | Additional information |
---|---|---|---|
UserId | integer |
None. |
|
StateName | string |
None. |
|
CityName | string |
None. |
|
CityId | integer |
None. |
|
Name | string |
None. |
|
Doctor | string |
None. |
|
Phone | string |
None. |
|
string |
None. |
||
Id | integer |
None. |
|
Camp | string |
None. |
|
Type | string |
None. |
|
search | string |
None. |
|
sortBy | string |
None. |
|
reverse | boolean |
None. |
|
itemsPerPage | integer |
None. |
|
page | integer |
None. |
|
Count | integer |
None. |
|
Corporate | boolean |
None. |
|
Hospital | boolean |
None. |
|
School | boolean |
None. |
|
Home | boolean |
None. |
|
StartDate | string |
None. |
|
EndDate | string |
None. |
|
DoctorId | integer |
None. |
|
CampId | integer |
None. |
|
MRNNo | string |
None. |
|
Amount | string |
None. |
|
PatientDate | string |
None. |
|
InvoiceDate | string |
None. |
|
RevenueSum | decimal number |
None. |
|
BillId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserId": 1, "StateName": "sample string 2", "CityName": "sample string 3", "CityId": 4, "Name": "sample string 5", "Doctor": "sample string 6", "Phone": "sample string 7", "Email": "sample string 8", "Id": 9, "Camp": "sample string 10", "Type": "sample string 11", "search": "sample string 12", "sortBy": "sample string 13", "reverse": true, "itemsPerPage": 15, "page": 16, "Count": 17, "Corporate": true, "Hospital": true, "School": true, "Home": true, "StartDate": "sample string 18", "EndDate": "sample string 19", "DoctorId": 20, "CampId": 21, "MRNNo": "sample string 22", "Amount": "sample string 23", "PatientDate": "sample string 24", "InvoiceDate": "sample string 25", "RevenueSum": 26.0, "BillId": 27 }
application/xml, text/xml
Sample:
<DoctorWisePatientReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <Amount>sample string 23</Amount> <BillId>27</BillId> <Camp>sample string 10</Camp> <CampId>21</CampId> <CityId>4</CityId> <CityName>sample string 3</CityName> <Corporate>true</Corporate> <Count>17</Count> <Doctor>sample string 6</Doctor> <DoctorId>20</DoctorId> <Email>sample string 8</Email> <EndDate>sample string 19</EndDate> <Home>true</Home> <Hospital>true</Hospital> <Id>9</Id> <InvoiceDate>sample string 25</InvoiceDate> <MRNNo>sample string 22</MRNNo> <Name>sample string 5</Name> <PatientDate>sample string 24</PatientDate> <Phone>sample string 7</Phone> <RevenueSum>26</RevenueSum> <School>true</School> <StartDate>sample string 18</StartDate> <StateName>sample string 2</StateName> <Type>sample string 11</Type> <UserId>1</UserId> <itemsPerPage>15</itemsPerPage> <page>16</page> <reverse>true</reverse> <search>sample string 12</search> <sortBy>sample string 13</sortBy> </DoctorWisePatientReport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.