POST API/Patient/PatientDetailsUpdate
Request Information
URI Parameters
None.
Body Parameters
Patient| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientName | string |
None. |
|
| DoctorId | integer |
None. |
|
| CampId | integer |
None. |
|
| CityId | integer |
None. |
|
| Gender | string |
None. |
|
| Allergy | boolean |
None. |
|
| Location | string |
None. |
|
| Phone | string |
None. |
|
| string |
None. |
||
| MedicalHistory | string |
None. |
|
| Age | string |
None. |
|
| AgeText | string |
None. |
|
| LocationType | string |
None. |
|
| LocationText | string |
None. |
|
| Remarks | string |
None. |
|
| PatientId | integer |
None. |
|
| UserId | integer |
None. |
|
| ResultId | string |
None. |
|
| ProductName | string |
None. |
|
| Id | integer |
None. |
|
| UnitPrice | decimal number |
None. |
|
| DiscountMode | string |
None. |
|
| MaxDiscountValue | decimal number |
None. |
|
| Label | string |
None. |
|
| title | string |
None. |
|
| BillId | integer |
None. |
|
| PaymentType | string |
None. |
|
| PatientDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientName": "sample string 1",
"DoctorId": 2,
"CampId": 3,
"CityId": 4,
"Gender": "sample string 5",
"Allergy": true,
"Location": "sample string 7",
"Phone": "sample string 8",
"Email": "sample string 9",
"MedicalHistory": "sample string 10",
"Age": "sample string 11",
"AgeText": "sample string 12",
"LocationType": "sample string 13",
"LocationText": "sample string 14",
"Remarks": "sample string 15",
"PatientId": 16,
"UserId": 17,
"ResultId": "sample string 18",
"ProductName": "sample string 19",
"Id": 20,
"UnitPrice": 21.0,
"DiscountMode": "sample string 22",
"MaxDiscountValue": 23.0,
"Label": "sample string 24",
"title": "sample string 25",
"BillId": 26,
"PaymentType": "sample string 27",
"PatientDate": "sample string 28"
}
application/xml, text/xml
Sample:
<Patient xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MobidentAPI.Models"> <Age>sample string 11</Age> <AgeText>sample string 12</AgeText> <Allergy>true</Allergy> <BillId>26</BillId> <CampId>3</CampId> <CityId>4</CityId> <DiscountMode>sample string 22</DiscountMode> <DoctorId>2</DoctorId> <Email>sample string 9</Email> <Gender>sample string 5</Gender> <Id>20</Id> <Label>sample string 24</Label> <Location>sample string 7</Location> <LocationText>sample string 14</LocationText> <LocationType>sample string 13</LocationType> <MaxDiscountValue>23</MaxDiscountValue> <MedicalHistory>sample string 10</MedicalHistory> <PatientDate>sample string 28</PatientDate> <PatientId>16</PatientId> <PatientName>sample string 1</PatientName> <PaymentType>sample string 27</PaymentType> <Phone>sample string 8</Phone> <ProductName>sample string 19</ProductName> <Remarks>sample string 15</Remarks> <ResultId>sample string 18</ResultId> <UnitPrice>21</UnitPrice> <UserId>17</UserId> <title>sample string 25</title> </Patient>
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.