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. |
|
| SubServicesList | Collection of DTOAppointmentServicesDetail |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "13114b1f-192d-4e81-9103-03cf7b044357",
"PatientAppointmentId": "bb4f7653-6c0c-4fc1-be92-002f166e0192",
"PatientServiceAppointmentId": "65ba43d7-f292-42ae-9d3c-5a97508d8fcc",
"PatientId": "47c5c0d1-7ecd-4acc-acdb-621b503b49c0",
"BranchLocationId": "1aa0cd07-98d8-494e-b349-cec321d7f5da",
"UserId": "d7a3c0b8-446b-4941-bb16-e83aa937bf1b",
"BranchId": "2c77323a-e127-453a-a9a2-13f3a7e5001a",
"StartDate": "2025-12-12T17:33:48.8581876+05:00",
"StartTime": "2025-12-12T17:33:48.8581876+05:00",
"RideDetail": "sample string 3",
"Address": "sample string 4",
"AppointmentNo": "sample string 5",
"Longitude": 1.1,
"Latitude": 1.1,
"AppointmentAmount": 1.1,
"AppointmentDiscountType": 1,
"AppointmentDiscount": 1.1,
"AppointmentTotalWithDiscount": 1.1,
"SubServicesList": [
{
"Id": "6e397d2b-3d7b-4e63-996f-d58b5a07377c",
"SubServiceId": "01b76b33-78d6-45b9-aadc-cd54db7c8894",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "d2d5844a-21e3-447b-a0a1-9f9654f2ea8e",
"BranchLocationId": "2bfdd607-25e3-40b8-8695-ca5f600ffddc",
"UserId": "8a18fce2-15e5-4e90-a583-08fa493d56fd",
"PatientId": "0743533c-9386-4bd8-96e1-df9abb11f8db",
"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:48.8591875+05:00",
"StartTime": "00:00:00.1234567",
"Address": "sample string 5",
"PatientName": "sample string 6",
"Total": 1.1,
"DiscountType": 1,
"Discount": 1.1
},
{
"Id": "6e397d2b-3d7b-4e63-996f-d58b5a07377c",
"SubServiceId": "01b76b33-78d6-45b9-aadc-cd54db7c8894",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "d2d5844a-21e3-447b-a0a1-9f9654f2ea8e",
"BranchLocationId": "2bfdd607-25e3-40b8-8695-ca5f600ffddc",
"UserId": "8a18fce2-15e5-4e90-a583-08fa493d56fd",
"PatientId": "0743533c-9386-4bd8-96e1-df9abb11f8db",
"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:48.8591875+05:00",
"StartTime": "00:00:00.1234567",
"Address": "sample string 5",
"PatientName": "sample string 6",
"Total": 1.1,
"DiscountType": 1,
"Discount": 1.1
}
]
}
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 4</Address>
<AppointmentAmount>1.1</AppointmentAmount>
<AppointmentDiscount>1.1</AppointmentDiscount>
<AppointmentDiscountType>1</AppointmentDiscountType>
<AppointmentNo>sample string 5</AppointmentNo>
<AppointmentTotalWithDiscount>1.1</AppointmentTotalWithDiscount>
<BranchId>2c77323a-e127-453a-a9a2-13f3a7e5001a</BranchId>
<BranchLocationId>1aa0cd07-98d8-494e-b349-cec321d7f5da</BranchLocationId>
<Id>13114b1f-192d-4e81-9103-03cf7b044357</Id>
<Latitude>1.1</Latitude>
<Longitude>1.1</Longitude>
<PatientAppointmentId>bb4f7653-6c0c-4fc1-be92-002f166e0192</PatientAppointmentId>
<PatientId>47c5c0d1-7ecd-4acc-acdb-621b503b49c0</PatientId>
<PatientServiceAppointmentId>65ba43d7-f292-42ae-9d3c-5a97508d8fcc</PatientServiceAppointmentId>
<RideDetail>sample string 3</RideDetail>
<StartDate>2025-12-12T17:33:48.8581876+05:00</StartDate>
<StartTime>2025-12-12T17:33:48.8581876+05:00</StartTime>
<SubServicesList>
<DTOAppointmentServicesDetail>
<Address>sample string 5</Address>
<AppointmentNo>sample string 2</AppointmentNo>
<BookingDate>2025-12-12T17:33:48.8591875+05:00</BookingDate>
<BranchLocationId>2bfdd607-25e3-40b8-8695-ca5f600ffddc</BranchLocationId>
<Discount>1.1</Discount>
<DiscountType>1</DiscountType>
<Id>6e397d2b-3d7b-4e63-996f-d58b5a07377c</Id>
<PatientId>0743533c-9386-4bd8-96e1-df9abb11f8db</PatientId>
<PatientName>sample string 6</PatientName>
<PaymentMethodId>d2d5844a-21e3-447b-a0a1-9f9654f2ea8e</PaymentMethodId>
<Price>1</Price>
<StartTime>PT0.1234567S</StartTime>
<Status>sample string 3</Status>
<StatusValue>4</StatusValue>
<SubServiceId>01b76b33-78d6-45b9-aadc-cd54db7c8894</SubServiceId>
<SubServiceName>sample string 1</SubServiceName>
<SubServiceQuantity>1</SubServiceQuantity>
<Total>1.1</Total>
<TypeBit>1</TypeBit>
<UserId>8a18fce2-15e5-4e90-a583-08fa493d56fd</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:48.8591875+05:00</BookingDate>
<BranchLocationId>2bfdd607-25e3-40b8-8695-ca5f600ffddc</BranchLocationId>
<Discount>1.1</Discount>
<DiscountType>1</DiscountType>
<Id>6e397d2b-3d7b-4e63-996f-d58b5a07377c</Id>
<PatientId>0743533c-9386-4bd8-96e1-df9abb11f8db</PatientId>
<PatientName>sample string 6</PatientName>
<PaymentMethodId>d2d5844a-21e3-447b-a0a1-9f9654f2ea8e</PaymentMethodId>
<Price>1</Price>
<StartTime>PT0.1234567S</StartTime>
<Status>sample string 3</Status>
<StatusValue>4</StatusValue>
<SubServiceId>01b76b33-78d6-45b9-aadc-cd54db7c8894</SubServiceId>
<SubServiceName>sample string 1</SubServiceName>
<SubServiceQuantity>1</SubServiceQuantity>
<Total>1.1</Total>
<TypeBit>1</TypeBit>
<UserId>8a18fce2-15e5-4e90-a583-08fa493d56fd</UserId>
<VATAmount>1.1</VATAmount>
<VATPercentage>1.1</VATPercentage>
</DTOAppointmentServicesDetail>
</SubServicesList>
<UserId>d7a3c0b8-446b-4941-bb16-e83aa937bf1b</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.