POST api/account/UpdatePatientAppointment
Request Information
URI Parameters
None.
Body Parameters
DTOUpdatePatientAppointment| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| PatientAppointmentId | globally unique identifier |
None. |
|
| PatientServiceAppointmentId | globally unique identifier |
None. |
|
| PatientId | globally unique identifier |
None. |
|
| BranchLocationId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| BranchId | globally unique identifier |
None. |
|
| StartDate | date |
None. |
|
| StartTime | date |
None. |
|
| RideDetail | string |
None. |
|
| Address | string |
None. |
|
| AppointmentNo | string |
None. |
|
| Longitude | decimal number |
None. |
|
| Latitude | decimal number |
None. |
|
| AppointmentAmount | decimal number |
None. |
|
| AppointmentDiscountType | integer |
None. |
|
| AppointmentDiscount | decimal number |
None. |
|
| AppointmentTotalWithDiscount | decimal number |
None. |
|
| ToDate | date |
None. |
|
| ToTime | date |
None. |
|
| SubServicesList | Collection of DTOAppointmentServicesDetail |
None. |
|
| PaymentMethodDataList | Collection of DTOPaymentMethodDataList |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "df780b02-04c1-42d6-8375-514f7bfb638b",
"PatientAppointmentId": "ceae0b56-fa65-44e6-8cc9-b28ed172a28d",
"PatientServiceAppointmentId": "c6a09976-831a-47a3-bc5f-2b5babb92ee0",
"PatientId": "55352e7a-f466-48f6-aa8e-ee38dafdbc67",
"BranchLocationId": "d3c5df5c-058e-4be9-a8df-200b038d0028",
"UserId": "1b1466b5-e7de-431f-b737-2cd0d10a9c35",
"BranchId": "e6c18df5-7401-496b-818d-38d9a509e02a",
"StartDate": "2025-12-12T17:33:09.1690014+05:00",
"StartTime": "2025-12-12T17:33:09.1690014+05:00",
"RideDetail": "sample string 1",
"Address": "sample string 2",
"AppointmentNo": "sample string 3",
"Longitude": 1.1,
"Latitude": 1.1,
"AppointmentAmount": 1.1,
"AppointmentDiscountType": 1,
"AppointmentDiscount": 1.1,
"AppointmentTotalWithDiscount": 1.1,
"ToDate": "2025-12-12T17:33:09.1690014+05:00",
"ToTime": "2025-12-12T17:33:09.1699987+05:00",
"SubServicesList": [
{
"Id": "015acab4-3f4d-4235-aa66-56510c063d62",
"SubServiceId": "5d85f518-19fb-4efc-afea-ecae3406f7b3",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "fbce4380-f271-4c30-b476-aa642d320265",
"BranchLocationId": "11ee158d-8e2a-4c50-80fa-ce38bfcc2b9d",
"UserId": "c6beab82-716e-4596-893c-484a2da4e3c7",
"PatientId": "7a85c319-7441-44e2-b435-4df6234689b6",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2025-12-12T17:33:09.1699987+05:00",
"StartTime": "00:00:00.1234567",
"Address": "sample string 5",
"PatientName": "sample string 6",
"Total": 1.1,
"DiscountType": 1,
"Discount": 1.1,
"ToDateAndTime": "2025-12-12T17:33:09.1709986+05:00",
"FromDateAndTime": "2025-12-12T17:33:09.1709986+05:00",
"NormalExecutionTimeInSeconds": 1,
"IsCustomizedAmount": true
},
{
"Id": "015acab4-3f4d-4235-aa66-56510c063d62",
"SubServiceId": "5d85f518-19fb-4efc-afea-ecae3406f7b3",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "fbce4380-f271-4c30-b476-aa642d320265",
"BranchLocationId": "11ee158d-8e2a-4c50-80fa-ce38bfcc2b9d",
"UserId": "c6beab82-716e-4596-893c-484a2da4e3c7",
"PatientId": "7a85c319-7441-44e2-b435-4df6234689b6",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2025-12-12T17:33:09.1699987+05:00",
"StartTime": "00:00:00.1234567",
"Address": "sample string 5",
"PatientName": "sample string 6",
"Total": 1.1,
"DiscountType": 1,
"Discount": 1.1,
"ToDateAndTime": "2025-12-12T17:33:09.1709986+05:00",
"FromDateAndTime": "2025-12-12T17:33:09.1709986+05:00",
"NormalExecutionTimeInSeconds": 1,
"IsCustomizedAmount": true
}
],
"PaymentMethodDataList": [
{
"PaymentMethodId": "abe18234-7428-4ce7-a421-91f9a942f49c",
"PaymentMethodRemarks": "sample string 1",
"PaymentMethodName": "sample string 2",
"PaidAmount": 1.1,
"AttachmentPath": "sample string 3"
},
{
"PaymentMethodId": "abe18234-7428-4ce7-a421-91f9a942f49c",
"PaymentMethodRemarks": "sample string 1",
"PaymentMethodName": "sample string 2",
"PaidAmount": 1.1,
"AttachmentPath": "sample string 3"
}
]
}
application/xml, text/xml
Sample:
<DTOUpdatePatientAppointment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels">
<Address>sample string 2</Address>
<AppointmentAmount>1.1</AppointmentAmount>
<AppointmentDiscount>1.1</AppointmentDiscount>
<AppointmentDiscountType>1</AppointmentDiscountType>
<AppointmentNo>sample string 3</AppointmentNo>
<AppointmentTotalWithDiscount>1.1</AppointmentTotalWithDiscount>
<BranchId>e6c18df5-7401-496b-818d-38d9a509e02a</BranchId>
<BranchLocationId>d3c5df5c-058e-4be9-a8df-200b038d0028</BranchLocationId>
<Id>df780b02-04c1-42d6-8375-514f7bfb638b</Id>
<Latitude>1.1</Latitude>
<Longitude>1.1</Longitude>
<PatientAppointmentId>ceae0b56-fa65-44e6-8cc9-b28ed172a28d</PatientAppointmentId>
<PatientId>55352e7a-f466-48f6-aa8e-ee38dafdbc67</PatientId>
<PatientServiceAppointmentId>c6a09976-831a-47a3-bc5f-2b5babb92ee0</PatientServiceAppointmentId>
<PaymentMethodDataList>
<DTOPaymentMethodDataList>
<AttachmentPath>sample string 3</AttachmentPath>
<PaidAmount>1.1</PaidAmount>
<PaymentMethodId>abe18234-7428-4ce7-a421-91f9a942f49c</PaymentMethodId>
<PaymentMethodName>sample string 2</PaymentMethodName>
<PaymentMethodRemarks>sample string 1</PaymentMethodRemarks>
</DTOPaymentMethodDataList>
<DTOPaymentMethodDataList>
<AttachmentPath>sample string 3</AttachmentPath>
<PaidAmount>1.1</PaidAmount>
<PaymentMethodId>abe18234-7428-4ce7-a421-91f9a942f49c</PaymentMethodId>
<PaymentMethodName>sample string 2</PaymentMethodName>
<PaymentMethodRemarks>sample string 1</PaymentMethodRemarks>
</DTOPaymentMethodDataList>
</PaymentMethodDataList>
<RideDetail>sample string 1</RideDetail>
<StartDate>2025-12-12T17:33:09.1690014+05:00</StartDate>
<StartTime>2025-12-12T17:33:09.1690014+05:00</StartTime>
<SubServicesList>
<DTOAppointmentServicesDetail>
<Address>sample string 5</Address>
<AppointmentNo>sample string 2</AppointmentNo>
<BookingDate>2025-12-12T17:33:09.1699987+05:00</BookingDate>
<BranchLocationId>11ee158d-8e2a-4c50-80fa-ce38bfcc2b9d</BranchLocationId>
<Discount>1.1</Discount>
<DiscountType>1</DiscountType>
<FromDateAndTime>2025-12-12T17:33:09.1709986+05:00</FromDateAndTime>
<Id>015acab4-3f4d-4235-aa66-56510c063d62</Id>
<IsCustomizedAmount>true</IsCustomizedAmount>
<NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds>
<PatientId>7a85c319-7441-44e2-b435-4df6234689b6</PatientId>
<PatientName>sample string 6</PatientName>
<PaymentMethodId>fbce4380-f271-4c30-b476-aa642d320265</PaymentMethodId>
<Price>1</Price>
<StartTime>PT0.1234567S</StartTime>
<Status>sample string 3</Status>
<StatusValue>4</StatusValue>
<SubServiceId>5d85f518-19fb-4efc-afea-ecae3406f7b3</SubServiceId>
<SubServiceName>sample string 1</SubServiceName>
<SubServiceQuantity>1</SubServiceQuantity>
<ToDateAndTime>2025-12-12T17:33:09.1709986+05:00</ToDateAndTime>
<Total>1.1</Total>
<TypeBit>1</TypeBit>
<UserId>c6beab82-716e-4596-893c-484a2da4e3c7</UserId>
<VATAmount>1.1</VATAmount>
<VATPercentage>1.1</VATPercentage>
</DTOAppointmentServicesDetail>
<DTOAppointmentServicesDetail>
<Address>sample string 5</Address>
<AppointmentNo>sample string 2</AppointmentNo>
<BookingDate>2025-12-12T17:33:09.1699987+05:00</BookingDate>
<BranchLocationId>11ee158d-8e2a-4c50-80fa-ce38bfcc2b9d</BranchLocationId>
<Discount>1.1</Discount>
<DiscountType>1</DiscountType>
<FromDateAndTime>2025-12-12T17:33:09.1709986+05:00</FromDateAndTime>
<Id>015acab4-3f4d-4235-aa66-56510c063d62</Id>
<IsCustomizedAmount>true</IsCustomizedAmount>
<NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds>
<PatientId>7a85c319-7441-44e2-b435-4df6234689b6</PatientId>
<PatientName>sample string 6</PatientName>
<PaymentMethodId>fbce4380-f271-4c30-b476-aa642d320265</PaymentMethodId>
<Price>1</Price>
<StartTime>PT0.1234567S</StartTime>
<Status>sample string 3</Status>
<StatusValue>4</StatusValue>
<SubServiceId>5d85f518-19fb-4efc-afea-ecae3406f7b3</SubServiceId>
<SubServiceName>sample string 1</SubServiceName>
<SubServiceQuantity>1</SubServiceQuantity>
<ToDateAndTime>2025-12-12T17:33:09.1709986+05:00</ToDateAndTime>
<Total>1.1</Total>
<TypeBit>1</TypeBit>
<UserId>c6beab82-716e-4596-893c-484a2da4e3c7</UserId>
<VATAmount>1.1</VATAmount>
<VATPercentage>1.1</VATPercentage>
</DTOAppointmentServicesDetail>
</SubServicesList>
<ToDate>2025-12-12T17:33:09.1690014+05:00</ToDate>
<ToTime>2025-12-12T17:33:09.1699987+05:00</ToTime>
<UserId>1b1466b5-e7de-431f-b737-2cd0d10a9c35</UserId>
</DTOUpdatePatientAppointment>
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.