POST API/SubPatient/GetAllCamps
Request Information
URI Parameters
None.
Body Parameters
FollowBPOName | Description | Type | Additional information |
---|---|---|---|
Name | string |
None. |
|
Id | integer |
None. |
|
DoctorId | integer |
None. |
|
Date | string |
None. |
|
UserId | integer |
None. |
|
CampId | integer |
None. |
|
PatientName | string |
None. |
|
PatientId | integer |
None. |
|
CityId | integer |
None. |
|
Location | string |
None. |
|
Phone | string |
None. |
|
string |
None. |
||
search | string |
None. |
|
sortBy | string |
None. |
|
reverse | boolean |
None. |
|
itemsPerPage | integer |
None. |
|
page | integer |
None. |
|
Count | integer |
None. |
|
CityName | string |
None. |
|
Type | string |
None. |
|
CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "Name": "sample string 1", "Id": 2, "DoctorId": 3, "Date": "sample string 4", "UserId": 5, "CampId": 6, "PatientName": "sample string 7", "PatientId": 8, "CityId": 9, "Location": "sample string 10", "Phone": "sample string 11", "Email": "sample string 12", "search": "sample string 13", "sortBy": "sample string 14", "reverse": true, "itemsPerPage": 16, "page": 17, "Count": 18, "CityName": "sample string 19", "Type": "sample string 20", "CreatedBy": "sample string 21" }
application/xml, text/xml
Sample:
<FollowBPO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <CampId>6</CampId> <CityId>9</CityId> <CityName>sample string 19</CityName> <Count>18</Count> <CreatedBy>sample string 21</CreatedBy> <Date>sample string 4</Date> <DoctorId>3</DoctorId> <Email>sample string 12</Email> <Id>2</Id> <Location>sample string 10</Location> <Name>sample string 1</Name> <PatientId>8</PatientId> <PatientName>sample string 7</PatientName> <Phone>sample string 11</Phone> <Type>sample string 20</Type> <UserId>5</UserId> <itemsPerPage>16</itemsPerPage> <page>17</page> <reverse>true</reverse> <search>sample string 13</search> <sortBy>sample string 14</sortBy> </FollowBPO>
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.