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": "e4017199-99e9-4687-9551-e9222c4e5362",
"PatientAppointmentId": "ec0ff106-4924-4f2a-91ae-e70b7154fc9c",
"PatientServiceAppointmentId": "f191812b-f274-4952-9a0d-4a2b2c9c9850",
"PatientId": "c2932bf6-0718-46e5-b9b2-971a54a418fe",
"BranchLocationId": "c43e5064-c983-4db6-a71f-b0c526651e0a",
"UserId": "2aaf35da-44a0-4ac3-998c-46ff933165b9",
"BranchId": "938ec5ae-da58-4a64-b467-0fa84f0b6843",
"StartDate": "2025-12-17T08:59:47.0162104+05:00",
"StartTime": "2025-12-17T08:59:47.0162104+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-17T08:59:47.0162104+05:00",
"ToTime": "2025-12-17T08:59:47.0162104+05:00",
"SubServicesList": [
{
"Id": "12773c1d-ffb0-4a14-8854-c4d105479bab",
"SubServiceId": "06a551e0-7e39-4a0f-96bd-4fcb4b9f6504",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "bd902c59-081d-4b97-bfb7-6a113208076c",
"BranchLocationId": "9a97077a-2f41-408e-b5b7-a21c72dd96d9",
"UserId": "076731eb-b3d8-431c-ae37-682845bae02c",
"PatientId": "0026d824-fce1-4713-9ebc-722a60615c2c",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2025-12-17T08:59:47.0172095+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-17T08:59:47.0172095+05:00",
"FromDateAndTime": "2025-12-17T08:59:47.0172095+05:00",
"NormalExecutionTimeInSeconds": 1,
"IsCustomizedAmount": true
},
{
"Id": "12773c1d-ffb0-4a14-8854-c4d105479bab",
"SubServiceId": "06a551e0-7e39-4a0f-96bd-4fcb4b9f6504",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "bd902c59-081d-4b97-bfb7-6a113208076c",
"BranchLocationId": "9a97077a-2f41-408e-b5b7-a21c72dd96d9",
"UserId": "076731eb-b3d8-431c-ae37-682845bae02c",
"PatientId": "0026d824-fce1-4713-9ebc-722a60615c2c",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2025-12-17T08:59:47.0172095+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-17T08:59:47.0172095+05:00",
"FromDateAndTime": "2025-12-17T08:59:47.0172095+05:00",
"NormalExecutionTimeInSeconds": 1,
"IsCustomizedAmount": true
}
],
"PaymentMethodDataList": [
{
"PaymentMethodId": "c9a28e19-712a-41c2-bcdc-92034e04ab59",
"PaymentMethodRemarks": "sample string 1",
"PaymentMethodName": "sample string 2",
"PaidAmount": 1.1,
"AttachmentPath": "sample string 3"
},
{
"PaymentMethodId": "c9a28e19-712a-41c2-bcdc-92034e04ab59",
"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>938ec5ae-da58-4a64-b467-0fa84f0b6843</BranchId>
<BranchLocationId>c43e5064-c983-4db6-a71f-b0c526651e0a</BranchLocationId>
<Id>e4017199-99e9-4687-9551-e9222c4e5362</Id>
<Latitude>1.1</Latitude>
<Longitude>1.1</Longitude>
<PatientAppointmentId>ec0ff106-4924-4f2a-91ae-e70b7154fc9c</PatientAppointmentId>
<PatientId>c2932bf6-0718-46e5-b9b2-971a54a418fe</PatientId>
<PatientServiceAppointmentId>f191812b-f274-4952-9a0d-4a2b2c9c9850</PatientServiceAppointmentId>
<PaymentMethodDataList>
<DTOPaymentMethodDataList>
<AttachmentPath>sample string 3</AttachmentPath>
<PaidAmount>1.1</PaidAmount>
<PaymentMethodId>c9a28e19-712a-41c2-bcdc-92034e04ab59</PaymentMethodId>
<PaymentMethodName>sample string 2</PaymentMethodName>
<PaymentMethodRemarks>sample string 1</PaymentMethodRemarks>
</DTOPaymentMethodDataList>
<DTOPaymentMethodDataList>
<AttachmentPath>sample string 3</AttachmentPath>
<PaidAmount>1.1</PaidAmount>
<PaymentMethodId>c9a28e19-712a-41c2-bcdc-92034e04ab59</PaymentMethodId>
<PaymentMethodName>sample string 2</PaymentMethodName>
<PaymentMethodRemarks>sample string 1</PaymentMethodRemarks>
</DTOPaymentMethodDataList>
</PaymentMethodDataList>
<RideDetail>sample string 1</RideDetail>
<StartDate>2025-12-17T08:59:47.0162104+05:00</StartDate>
<StartTime>2025-12-17T08:59:47.0162104+05:00</StartTime>
<SubServicesList>
<DTOAppointmentServicesDetail>
<Address>sample string 5</Address>
<AppointmentNo>sample string 2</AppointmentNo>
<BookingDate>2025-12-17T08:59:47.0172095+05:00</BookingDate>
<BranchLocationId>9a97077a-2f41-408e-b5b7-a21c72dd96d9</BranchLocationId>
<Discount>1.1</Discount>
<DiscountType>1</DiscountType>
<FromDateAndTime>2025-12-17T08:59:47.0172095+05:00</FromDateAndTime>
<Id>12773c1d-ffb0-4a14-8854-c4d105479bab</Id>
<IsCustomizedAmount>true</IsCustomizedAmount>
<NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds>
<PatientId>0026d824-fce1-4713-9ebc-722a60615c2c</PatientId>
<PatientName>sample string 6</PatientName>
<PaymentMethodId>bd902c59-081d-4b97-bfb7-6a113208076c</PaymentMethodId>
<Price>1</Price>
<StartTime>PT0.1234567S</StartTime>
<Status>sample string 3</Status>
<StatusValue>4</StatusValue>
<SubServiceId>06a551e0-7e39-4a0f-96bd-4fcb4b9f6504</SubServiceId>
<SubServiceName>sample string 1</SubServiceName>
<SubServiceQuantity>1</SubServiceQuantity>
<ToDateAndTime>2025-12-17T08:59:47.0172095+05:00</ToDateAndTime>
<Total>1.1</Total>
<TypeBit>1</TypeBit>
<UserId>076731eb-b3d8-431c-ae37-682845bae02c</UserId>
<VATAmount>1.1</VATAmount>
<VATPercentage>1.1</VATPercentage>
</DTOAppointmentServicesDetail>
<DTOAppointmentServicesDetail>
<Address>sample string 5</Address>
<AppointmentNo>sample string 2</AppointmentNo>
<BookingDate>2025-12-17T08:59:47.0172095+05:00</BookingDate>
<BranchLocationId>9a97077a-2f41-408e-b5b7-a21c72dd96d9</BranchLocationId>
<Discount>1.1</Discount>
<DiscountType>1</DiscountType>
<FromDateAndTime>2025-12-17T08:59:47.0172095+05:00</FromDateAndTime>
<Id>12773c1d-ffb0-4a14-8854-c4d105479bab</Id>
<IsCustomizedAmount>true</IsCustomizedAmount>
<NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds>
<PatientId>0026d824-fce1-4713-9ebc-722a60615c2c</PatientId>
<PatientName>sample string 6</PatientName>
<PaymentMethodId>bd902c59-081d-4b97-bfb7-6a113208076c</PaymentMethodId>
<Price>1</Price>
<StartTime>PT0.1234567S</StartTime>
<Status>sample string 3</Status>
<StatusValue>4</StatusValue>
<SubServiceId>06a551e0-7e39-4a0f-96bd-4fcb4b9f6504</SubServiceId>
<SubServiceName>sample string 1</SubServiceName>
<SubServiceQuantity>1</SubServiceQuantity>
<ToDateAndTime>2025-12-17T08:59:47.0172095+05:00</ToDateAndTime>
<Total>1.1</Total>
<TypeBit>1</TypeBit>
<UserId>076731eb-b3d8-431c-ae37-682845bae02c</UserId>
<VATAmount>1.1</VATAmount>
<VATPercentage>1.1</VATPercentage>
</DTOAppointmentServicesDetail>
</SubServicesList>
<ToDate>2025-12-17T08:59:47.0162104+05:00</ToDate>
<ToTime>2025-12-17T08:59:47.0162104+05:00</ToTime>
<UserId>2aaf35da-44a0-4ac3-998c-46ff933165b9</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.