POST API/PatientDetails/SubPatientLoad
Request Information
URI Parameters
None.
Body Parameters
MainPatientDetailsName | Description | Type | Additional information |
---|---|---|---|
label | string |
None. |
|
value | integer |
None. |
|
PatientName | string |
None. |
|
DoctorId | integer |
None. |
|
UserId | integer |
None. |
|
PatientId | integer |
None. |
|
CampId | 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. |
|
Relationship | string |
None. |
|
SubPatientName | string |
None. |
|
PatientIdNew | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "label": "sample string 1", "value": 2, "PatientName": "sample string 3", "DoctorId": 4, "UserId": 5, "PatientId": 6, "CampId": 7, "CityId": 8, "Location": "sample string 9", "Phone": "sample string 10", "Email": "sample string 11", "search": "sample string 12", "sortBy": "sample string 13", "reverse": true, "itemsPerPage": 15, "page": 16, "Count": 17, "Relationship": "sample string 18", "SubPatientName": "sample string 19", "PatientIdNew": 1 }
application/xml, text/xml
Sample:
<MainPatientDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <CampId>7</CampId> <CityId>8</CityId> <Count>17</Count> <DoctorId>4</DoctorId> <Email>sample string 11</Email> <Location>sample string 9</Location> <PatientId>6</PatientId> <PatientIdNew>1</PatientIdNew> <PatientName>sample string 3</PatientName> <Phone>sample string 10</Phone> <Relationship>sample string 18</Relationship> <SubPatientName>sample string 19</SubPatientName> <UserId>5</UserId> <itemsPerPage>15</itemsPerPage> <label>sample string 1</label> <page>16</page> <reverse>true</reverse> <search>sample string 12</search> <sortBy>sample string 13</sortBy> <value>2</value> </MainPatientDetails>
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.