POST API/DoctorProcedureReport/Export
Request Information
URI Parameters
None.
Body Parameters
DoctorProcedureReport| 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. |
|
| Description | string |
None. |
|
| TotalCount | integer |
None. |
|
| SubTotal | decimal number |
None. |
|
| Discount | decimal number |
None. |
|
| Total | decimal number |
None. |
|
| DescriptionId | integer |
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",
"Description": "sample string 21",
"TotalCount": 22,
"SubTotal": 23.0,
"Discount": 24.0,
"Total": 25.0,
"DescriptionId": 26
}
application/xml, text/xml
Sample:
<DoctorProcedureReport 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> <Description>sample string 21</Description> <DescriptionId>26</DescriptionId> <Discount>24</Discount> <DoctorId>12</DoctorId> <DoctorName>sample string 20</DoctorName> <FromDate>sample string 13</FromDate> <Home>true</Home> <Hospital>true</Hospital> <Id>7</Id> <Name>sample string 10</Name> <School>true</School> <StateId>6</StateId> <StateName>sample string 5</StateName> <SubTotal>23</SubTotal> <Total>25</Total> <TotalCount>22</TotalCount> <Type>sample string 9</Type> <UserId>1</UserId> <itemsPerPage>17</itemsPerPage> <label>sample string 3</label> <page>18</page> <reverse>true</reverse> <search>sample string 14</search> <sortBy>sample string 15</sortBy> </DoctorProcedureReport>
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.