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": "6ae78e5a-8075-41b5-adc3-10c02a81574d",
"PatientAppointmentId": "5eda2dc5-a3db-49f4-9f5a-da9c09c243db",
"PatientServiceAppointmentId": "27955528-6188-405a-b2a3-6ec04eaf8139",
"PatientId": "82209e17-3984-4090-849e-404c89008b4e",
"BranchLocationId": "b1f9df6c-3322-495c-9e23-f4d98c3bb2ab",
"UserId": "709f9c02-d366-42e5-830e-57696c8f09e8",
"BranchId": "3951e7f7-0be9-4a2f-8517-d37f9f1fc987",
"StartDate": "2025-12-11T15:58:36.4682839+05:00",
"StartTime": "2025-12-11T15:58:36.4682839+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-11T15:58:36.4682839+05:00",
"ToTime": "2025-12-11T15:58:36.4682839+05:00",
"SubServicesList": [
{
"Id": "0f662812-9426-4c8f-a46a-d073f818842e",
"SubServiceId": "43bcece9-82a4-4282-a23f-0742810f9652",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "f7cdfa85-2566-427a-818f-882c62539d1c",
"BranchLocationId": "c498e122-30bc-4f7b-af86-601e01c29f86",
"UserId": "1c174b95-da7b-4b39-b79b-70e97a7e959d",
"PatientId": "199a2f51-339f-492a-bd8e-ec454d38f97f",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2025-12-11T15:58:36.4692836+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-11T15:58:36.4692836+05:00",
"FromDateAndTime": "2025-12-11T15:58:36.4692836+05:00",
"NormalExecutionTimeInSeconds": 1
},
{
"Id": "0f662812-9426-4c8f-a46a-d073f818842e",
"SubServiceId": "43bcece9-82a4-4282-a23f-0742810f9652",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "f7cdfa85-2566-427a-818f-882c62539d1c",
"BranchLocationId": "c498e122-30bc-4f7b-af86-601e01c29f86",
"UserId": "1c174b95-da7b-4b39-b79b-70e97a7e959d",
"PatientId": "199a2f51-339f-492a-bd8e-ec454d38f97f",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2025-12-11T15:58:36.4692836+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-11T15:58:36.4692836+05:00",
"FromDateAndTime": "2025-12-11T15:58:36.4692836+05:00",
"NormalExecutionTimeInSeconds": 1
}
],
"PaymentMethodDataList": [
{
"PaymentMethodId": "78d1ca75-501c-4f95-909b-38981dd2ef52",
"PaymentMethodRemarks": "sample string 1",
"PaymentMethodName": "sample string 2",
"PaidAmount": 1.1,
"AttachmentPath": "sample string 3"
},
{
"PaymentMethodId": "78d1ca75-501c-4f95-909b-38981dd2ef52",
"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>3951e7f7-0be9-4a2f-8517-d37f9f1fc987</BranchId>
<BranchLocationId>b1f9df6c-3322-495c-9e23-f4d98c3bb2ab</BranchLocationId>
<Id>6ae78e5a-8075-41b5-adc3-10c02a81574d</Id>
<Latitude>1.1</Latitude>
<Longitude>1.1</Longitude>
<PatientAppointmentId>5eda2dc5-a3db-49f4-9f5a-da9c09c243db</PatientAppointmentId>
<PatientId>82209e17-3984-4090-849e-404c89008b4e</PatientId>
<PatientServiceAppointmentId>27955528-6188-405a-b2a3-6ec04eaf8139</PatientServiceAppointmentId>
<PaymentMethodDataList>
<DTOPaymentMethodDataList>
<AttachmentPath>sample string 3</AttachmentPath>
<PaidAmount>1.1</PaidAmount>
<PaymentMethodId>78d1ca75-501c-4f95-909b-38981dd2ef52</PaymentMethodId>
<PaymentMethodName>sample string 2</PaymentMethodName>
<PaymentMethodRemarks>sample string 1</PaymentMethodRemarks>
</DTOPaymentMethodDataList>
<DTOPaymentMethodDataList>
<AttachmentPath>sample string 3</AttachmentPath>
<PaidAmount>1.1</PaidAmount>
<PaymentMethodId>78d1ca75-501c-4f95-909b-38981dd2ef52</PaymentMethodId>
<PaymentMethodName>sample string 2</PaymentMethodName>
<PaymentMethodRemarks>sample string 1</PaymentMethodRemarks>
</DTOPaymentMethodDataList>
</PaymentMethodDataList>
<RideDetail>sample string 1</RideDetail>
<StartDate>2025-12-11T15:58:36.4682839+05:00</StartDate>
<StartTime>2025-12-11T15:58:36.4682839+05:00</StartTime>
<SubServicesList>
<DTOAppointmentServicesDetail>
<Address>sample string 5</Address>
<AppointmentNo>sample string 2</AppointmentNo>
<BookingDate>2025-12-11T15:58:36.4692836+05:00</BookingDate>
<BranchLocationId>c498e122-30bc-4f7b-af86-601e01c29f86</BranchLocationId>
<Discount>1.1</Discount>
<DiscountType>1</DiscountType>
<FromDateAndTime>2025-12-11T15:58:36.4692836+05:00</FromDateAndTime>
<Id>0f662812-9426-4c8f-a46a-d073f818842e</Id>
<NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds>
<PatientId>199a2f51-339f-492a-bd8e-ec454d38f97f</PatientId>
<PatientName>sample string 6</PatientName>
<PaymentMethodId>f7cdfa85-2566-427a-818f-882c62539d1c</PaymentMethodId>
<Price>1</Price>
<StartTime>PT0.1234567S</StartTime>
<Status>sample string 3</Status>
<StatusValue>4</StatusValue>
<SubServiceId>43bcece9-82a4-4282-a23f-0742810f9652</SubServiceId>
<SubServiceName>sample string 1</SubServiceName>
<SubServiceQuantity>1</SubServiceQuantity>
<ToDateAndTime>2025-12-11T15:58:36.4692836+05:00</ToDateAndTime>
<Total>1.1</Total>
<TypeBit>1</TypeBit>
<UserId>1c174b95-da7b-4b39-b79b-70e97a7e959d</UserId>
<VATAmount>1.1</VATAmount>
<VATPercentage>1.1</VATPercentage>
</DTOAppointmentServicesDetail>
<DTOAppointmentServicesDetail>
<Address>sample string 5</Address>
<AppointmentNo>sample string 2</AppointmentNo>
<BookingDate>2025-12-11T15:58:36.4692836+05:00</BookingDate>
<BranchLocationId>c498e122-30bc-4f7b-af86-601e01c29f86</BranchLocationId>
<Discount>1.1</Discount>
<DiscountType>1</DiscountType>
<FromDateAndTime>2025-12-11T15:58:36.4692836+05:00</FromDateAndTime>
<Id>0f662812-9426-4c8f-a46a-d073f818842e</Id>
<NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds>
<PatientId>199a2f51-339f-492a-bd8e-ec454d38f97f</PatientId>
<PatientName>sample string 6</PatientName>
<PaymentMethodId>f7cdfa85-2566-427a-818f-882c62539d1c</PaymentMethodId>
<Price>1</Price>
<StartTime>PT0.1234567S</StartTime>
<Status>sample string 3</Status>
<StatusValue>4</StatusValue>
<SubServiceId>43bcece9-82a4-4282-a23f-0742810f9652</SubServiceId>
<SubServiceName>sample string 1</SubServiceName>
<SubServiceQuantity>1</SubServiceQuantity>
<ToDateAndTime>2025-12-11T15:58:36.4692836+05:00</ToDateAndTime>
<Total>1.1</Total>
<TypeBit>1</TypeBit>
<UserId>1c174b95-da7b-4b39-b79b-70e97a7e959d</UserId>
<VATAmount>1.1</VATAmount>
<VATPercentage>1.1</VATPercentage>
</DTOAppointmentServicesDetail>
</SubServicesList>
<ToDate>2025-12-11T15:58:36.4682839+05:00</ToDate>
<ToTime>2025-12-11T15:58:36.4682839+05:00</ToTime>
<UserId>709f9c02-d366-42e5-830e-57696c8f09e8</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.