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": "f6de47da-438e-4ffd-9d90-94e8114db0cc",
"PatientAppointmentId": "56962887-b317-447e-ae4f-653b0dce065f",
"PatientServiceAppointmentId": "f3a54f9c-d96a-456a-aec3-790d627158f3",
"PatientId": "873f5282-d48b-4546-b650-83ff6fcc5319",
"BranchLocationId": "4abb7e29-76cd-4f3a-aa26-411fb8cf4282",
"UserId": "c3912e24-0eeb-407e-bd93-0a4520e4bf36",
"BranchId": "e003108e-7d05-40a0-bb53-7c0dee4d5a78",
"StartDate": "2026-02-04T07:07:27.5990033+05:00",
"StartTime": "2026-02-04T07:07:27.5990033+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": "2026-02-04T07:07:27.6000051+05:00",
"ToTime": "2026-02-04T07:07:27.6000051+05:00",
"SubServicesList": [
{
"Id": "54a23ba2-1bb4-4d6a-b0d0-769832fc99bc",
"SubServiceId": "4f757406-4b39-4e91-9a0a-50cc21a91df1",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "7f9af111-a65a-4052-97a7-301b22831021",
"BranchLocationId": "2ebf29a5-19ce-4dc4-94cf-5a659191e0a5",
"UserId": "dafbee2a-1312-4388-a265-39bb22a78c88",
"PatientId": "7a3cbcd4-5a16-493f-9c0a-bd1b216486e8",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2026-02-04T07:07:27.6000051+05:00",
"StartTime": "00:00:00.1234567",
"Address": "sample string 5",
"PatientName": "sample string 6",
"Total": 1.1,
"DiscountType": 1,
"Discount": 1.1,
"ToDateAndTime": "2026-02-04T07:07:27.6010041+05:00",
"FromDateAndTime": "2026-02-04T07:07:27.6010041+05:00",
"NormalExecutionTimeInSeconds": 1
},
{
"Id": "54a23ba2-1bb4-4d6a-b0d0-769832fc99bc",
"SubServiceId": "4f757406-4b39-4e91-9a0a-50cc21a91df1",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "7f9af111-a65a-4052-97a7-301b22831021",
"BranchLocationId": "2ebf29a5-19ce-4dc4-94cf-5a659191e0a5",
"UserId": "dafbee2a-1312-4388-a265-39bb22a78c88",
"PatientId": "7a3cbcd4-5a16-493f-9c0a-bd1b216486e8",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2026-02-04T07:07:27.6000051+05:00",
"StartTime": "00:00:00.1234567",
"Address": "sample string 5",
"PatientName": "sample string 6",
"Total": 1.1,
"DiscountType": 1,
"Discount": 1.1,
"ToDateAndTime": "2026-02-04T07:07:27.6010041+05:00",
"FromDateAndTime": "2026-02-04T07:07:27.6010041+05:00",
"NormalExecutionTimeInSeconds": 1
}
],
"PaymentMethodDataList": [
{
"PaymentMethodId": "2690760d-a86f-4a58-adbe-9631a1cc615e",
"PaymentMethodRemarks": "sample string 1",
"PaymentMethodName": "sample string 2",
"PaidAmount": 1.1,
"AttachmentPath": "sample string 3"
},
{
"PaymentMethodId": "2690760d-a86f-4a58-adbe-9631a1cc615e",
"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>e003108e-7d05-40a0-bb53-7c0dee4d5a78</BranchId>
<BranchLocationId>4abb7e29-76cd-4f3a-aa26-411fb8cf4282</BranchLocationId>
<Id>f6de47da-438e-4ffd-9d90-94e8114db0cc</Id>
<Latitude>1.1</Latitude>
<Longitude>1.1</Longitude>
<PatientAppointmentId>56962887-b317-447e-ae4f-653b0dce065f</PatientAppointmentId>
<PatientId>873f5282-d48b-4546-b650-83ff6fcc5319</PatientId>
<PatientServiceAppointmentId>f3a54f9c-d96a-456a-aec3-790d627158f3</PatientServiceAppointmentId>
<PaymentMethodDataList>
<DTOPaymentMethodDataList>
<AttachmentPath>sample string 3</AttachmentPath>
<PaidAmount>1.1</PaidAmount>
<PaymentMethodId>2690760d-a86f-4a58-adbe-9631a1cc615e</PaymentMethodId>
<PaymentMethodName>sample string 2</PaymentMethodName>
<PaymentMethodRemarks>sample string 1</PaymentMethodRemarks>
</DTOPaymentMethodDataList>
<DTOPaymentMethodDataList>
<AttachmentPath>sample string 3</AttachmentPath>
<PaidAmount>1.1</PaidAmount>
<PaymentMethodId>2690760d-a86f-4a58-adbe-9631a1cc615e</PaymentMethodId>
<PaymentMethodName>sample string 2</PaymentMethodName>
<PaymentMethodRemarks>sample string 1</PaymentMethodRemarks>
</DTOPaymentMethodDataList>
</PaymentMethodDataList>
<RideDetail>sample string 1</RideDetail>
<StartDate>2026-02-04T07:07:27.5990033+05:00</StartDate>
<StartTime>2026-02-04T07:07:27.5990033+05:00</StartTime>
<SubServicesList>
<DTOAppointmentServicesDetail>
<Address>sample string 5</Address>
<AppointmentNo>sample string 2</AppointmentNo>
<BookingDate>2026-02-04T07:07:27.6000051+05:00</BookingDate>
<BranchLocationId>2ebf29a5-19ce-4dc4-94cf-5a659191e0a5</BranchLocationId>
<Discount>1.1</Discount>
<DiscountType>1</DiscountType>
<FromDateAndTime>2026-02-04T07:07:27.6010041+05:00</FromDateAndTime>
<Id>54a23ba2-1bb4-4d6a-b0d0-769832fc99bc</Id>
<NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds>
<PatientId>7a3cbcd4-5a16-493f-9c0a-bd1b216486e8</PatientId>
<PatientName>sample string 6</PatientName>
<PaymentMethodId>7f9af111-a65a-4052-97a7-301b22831021</PaymentMethodId>
<Price>1</Price>
<StartTime>PT0.1234567S</StartTime>
<Status>sample string 3</Status>
<StatusValue>4</StatusValue>
<SubServiceId>4f757406-4b39-4e91-9a0a-50cc21a91df1</SubServiceId>
<SubServiceName>sample string 1</SubServiceName>
<SubServiceQuantity>1</SubServiceQuantity>
<ToDateAndTime>2026-02-04T07:07:27.6010041+05:00</ToDateAndTime>
<Total>1.1</Total>
<TypeBit>1</TypeBit>
<UserId>dafbee2a-1312-4388-a265-39bb22a78c88</UserId>
<VATAmount>1.1</VATAmount>
<VATPercentage>1.1</VATPercentage>
</DTOAppointmentServicesDetail>
<DTOAppointmentServicesDetail>
<Address>sample string 5</Address>
<AppointmentNo>sample string 2</AppointmentNo>
<BookingDate>2026-02-04T07:07:27.6000051+05:00</BookingDate>
<BranchLocationId>2ebf29a5-19ce-4dc4-94cf-5a659191e0a5</BranchLocationId>
<Discount>1.1</Discount>
<DiscountType>1</DiscountType>
<FromDateAndTime>2026-02-04T07:07:27.6010041+05:00</FromDateAndTime>
<Id>54a23ba2-1bb4-4d6a-b0d0-769832fc99bc</Id>
<NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds>
<PatientId>7a3cbcd4-5a16-493f-9c0a-bd1b216486e8</PatientId>
<PatientName>sample string 6</PatientName>
<PaymentMethodId>7f9af111-a65a-4052-97a7-301b22831021</PaymentMethodId>
<Price>1</Price>
<StartTime>PT0.1234567S</StartTime>
<Status>sample string 3</Status>
<StatusValue>4</StatusValue>
<SubServiceId>4f757406-4b39-4e91-9a0a-50cc21a91df1</SubServiceId>
<SubServiceName>sample string 1</SubServiceName>
<SubServiceQuantity>1</SubServiceQuantity>
<ToDateAndTime>2026-02-04T07:07:27.6010041+05:00</ToDateAndTime>
<Total>1.1</Total>
<TypeBit>1</TypeBit>
<UserId>dafbee2a-1312-4388-a265-39bb22a78c88</UserId>
<VATAmount>1.1</VATAmount>
<VATPercentage>1.1</VATPercentage>
</DTOAppointmentServicesDetail>
</SubServicesList>
<ToDate>2026-02-04T07:07:27.6000051+05:00</ToDate>
<ToTime>2026-02-04T07:07:27.6000051+05:00</ToTime>
<UserId>c3912e24-0eeb-407e-bd93-0a4520e4bf36</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.