POST API/DoctorRevenueReport/DoctorLoad
Request Information
URI Parameters
None.
Body Parameters
DoctorRevenueReport| Name | Description | Type | Additional information |
|---|---|---|---|
| Corporate | boolean |
None. |
|
| Hospital | boolean |
None. |
|
| School | boolean |
None. |
|
| Home | boolean |
None. |
|
| UserId | integer |
None. |
|
| CRMName | string |
None. |
|
| label | string |
None. |
|
| CityId | integer |
None. |
|
| StateName | string |
None. |
|
| StateId | integer |
None. |
|
| Id | integer |
None. |
|
| City | string |
None. |
|
| Type | string |
None. |
|
| Name | string |
None. |
|
| CRMId | string |
None. |
|
| DoctorId | integer |
None. |
|
| FromDate | string |
None. |
|
| search | string |
None. |
|
| sortBy | string |
None. |
|
| reverse | boolean |
None. |
|
| itemsPerPage | integer |
None. |
|
| page | integer |
None. |
|
| Count | integer |
None. |
|
| DoctorName | string |
None. |
|
| TotalPatient | integer |
None. |
|
| Treated | integer |
None. |
|
| per | integer |
None. |
|
| Revenue | decimal number |
None. |
|
| FollowUp | integer |
None. |
|
| RevenueSum | decimal number |
None. |
|
| RevenueStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Corporate": true,
"Hospital": true,
"School": true,
"Home": true,
"UserId": 1,
"CRMName": "sample string 2",
"label": "sample string 3",
"CityId": 4,
"StateName": "sample string 5",
"StateId": 6,
"Id": 7,
"City": "sample string 8",
"Type": "sample string 9",
"Name": "sample string 10",
"CRMId": "sample string 11",
"DoctorId": 12,
"FromDate": "sample string 13",
"search": "sample string 14",
"sortBy": "sample string 15",
"reverse": true,
"itemsPerPage": 17,
"page": 18,
"Count": 19,
"DoctorName": "sample string 20",
"TotalPatient": 21,
"Treated": 22,
"per": 23,
"Revenue": 24.0,
"FollowUp": 25,
"RevenueSum": 26.0,
"RevenueStr": "sample string 27"
}
application/xml, text/xml
Sample:
<DoctorRevenueReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <CRMId>sample string 11</CRMId> <CRMName>sample string 2</CRMName> <City>sample string 8</City> <CityId>4</CityId> <Corporate>true</Corporate> <Count>19</Count> <DoctorId>12</DoctorId> <DoctorName>sample string 20</DoctorName> <FollowUp>25</FollowUp> <FromDate>sample string 13</FromDate> <Home>true</Home> <Hospital>true</Hospital> <Id>7</Id> <Name>sample string 10</Name> <Revenue>24</Revenue> <RevenueStr>sample string 27</RevenueStr> <RevenueSum>26</RevenueSum> <School>true</School> <StateId>6</StateId> <StateName>sample string 5</StateName> <TotalPatient>21</TotalPatient> <Treated>22</Treated> <Type>sample string 9</Type> <UserId>1</UserId> <itemsPerPage>17</itemsPerPage> <label>sample string 3</label> <page>18</page> <per>23</per> <reverse>true</reverse> <search>sample string 14</search> <sortBy>sample string 15</sortBy> </DoctorRevenueReport>
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.