POST api/patient/UpdatePatientDetails
Request Information
URI Parameters
None.
Body Parameters
UpdatePatientDetailsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| EmailAddress | string |
None. |
|
| MobileNumber | string |
None. |
|
| Address | string |
None. |
|
| Location | string |
None. |
|
| DefaultDentistId | integer |
None. |
|
| ProfileImage | string |
None. |
|
| Address1 | string |
None. |
|
| Address2 | string |
None. |
|
| Country | string |
None. |
|
| County | string |
None. |
|
| DateOfBirth | date |
None. |
|
| HomeNumber | string |
None. |
|
| LastDentalCheckupDate | date |
None. |
|
| PreviousDentist | string |
None. |
|
| Town | string |
None. |
|
| AcceptedWhatsAppTerms | boolean |
None. |
|
| ZIPPostalCode | string |
None. |
|
| ChatAppId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"Longitude": 4.0,
"Latitude": 5.0,
"EmailAddress": "sample string 6",
"MobileNumber": "sample string 7",
"Address": "sample string 8",
"Location": "sample string 9",
"DefaultDentistId": 1,
"ProfileImage": "sample string 10",
"Address1": "sample string 11",
"Address2": "sample string 12",
"Country": "sample string 13",
"County": "sample string 14",
"DateOfBirth": "2025-12-12T02:02:17.2288448+01:00",
"HomeNumber": "sample string 16",
"LastDentalCheckupDate": "2025-12-12T02:02:17.2288448+01:00",
"PreviousDentist": "sample string 18",
"Town": "sample string 19",
"AcceptedWhatsAppTerms": true,
"ZIPPostalCode": "sample string 21",
"ChatAppId": 22
}
application/xml, text/xml
Sample:
<UpdatePatientDetailsDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Silver.Agenda.Core.Domain.Model.Patient"> <AcceptedWhatsAppTerms>true</AcceptedWhatsAppTerms> <Address>sample string 8</Address> <Address1>sample string 11</Address1> <Address2>sample string 12</Address2> <ChatAppId>22</ChatAppId> <Country>sample string 13</Country> <County>sample string 14</County> <DateOfBirth>2025-12-12T02:02:17.2288448+01:00</DateOfBirth> <DefaultDentistId>1</DefaultDentistId> <EmailAddress>sample string 6</EmailAddress> <FirstName>sample string 2</FirstName> <HomeNumber>sample string 16</HomeNumber> <LastDentalCheckupDate>2025-12-12T02:02:17.2288448+01:00</LastDentalCheckupDate> <LastName>sample string 3</LastName> <Latitude>5</Latitude> <Location>sample string 9</Location> <Longitude>4</Longitude> <MobileNumber>sample string 7</MobileNumber> <PreviousDentist>sample string 18</PreviousDentist> <ProfileImage>sample string 10</ProfileImage> <Town>sample string 19</Town> <ZIPPostalCode>sample string 21</ZIPPostalCode> <id>1</id> </UpdatePatientDetailsDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.