POST api/account/GetAppointmentServicesDetail
Request Information
URI Parameters
None.
Body Parameters
DTOAppointmentServicesDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| SubServiceId | globally unique identifier |
None. |
|
| SubServiceName | string |
None. |
|
| Price | decimal number |
None. |
|
| PaymentMethodId | globally unique identifier |
None. |
|
| BranchLocationId | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| PatientId | globally unique identifier |
None. |
|
| AppointmentNo | string |
None. |
|
| Status | string |
None. |
|
| StatusValue | integer |
None. |
|
| VATPercentage | decimal number |
None. |
|
| VATAmount | decimal number |
None. |
|
| TypeBit | integer |
None. |
|
| SubServiceQuantity | integer |
None. |
|
| BookingDate | date |
None. |
|
| StartTime | time interval |
None. |
|
| Address | string |
None. |
|
| PatientName | string |
None. |
|
| Total | decimal number |
None. |
|
| DiscountType | integer |
None. |
|
| Discount | decimal number |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "a344666a-522e-42ea-ac3f-03dd461a77ae",
"SubServiceId": "76158f53-ceea-4f60-a0be-9741a573bb13",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "b35da535-2b99-44b0-97e8-d7e1989fc129",
"BranchLocationId": "dfb2453f-03d7-4132-b6b6-c1eb7105945c",
"UserId": "989d1be4-3f61-4c6b-b8c5-2673d66d43a8",
"PatientId": "2b11fb8e-e30e-427b-9839-9b9eb81f5e45",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2025-12-12T17:35:09.3484903+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:
<DTOAppointmentServicesDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HomeCarePortal.BAL.DTOModels"> <Address>sample string 5</Address> <AppointmentNo>sample string 2</AppointmentNo> <BookingDate>2025-12-12T17:35:09.3484903+05:00</BookingDate> <BranchLocationId>dfb2453f-03d7-4132-b6b6-c1eb7105945c</BranchLocationId> <Discount>1.1</Discount> <DiscountType>1</DiscountType> <Id>a344666a-522e-42ea-ac3f-03dd461a77ae</Id> <PatientId>2b11fb8e-e30e-427b-9839-9b9eb81f5e45</PatientId> <PatientName>sample string 6</PatientName> <PaymentMethodId>b35da535-2b99-44b0-97e8-d7e1989fc129</PaymentMethodId> <Price>1</Price> <StartTime>PT0.1234567S</StartTime> <Status>sample string 3</Status> <StatusValue>4</StatusValue> <SubServiceId>76158f53-ceea-4f60-a0be-9741a573bb13</SubServiceId> <SubServiceName>sample string 1</SubServiceName> <SubServiceQuantity>1</SubServiceQuantity> <Total>1.1</Total> <TypeBit>1</TypeBit> <UserId>989d1be4-3f61-4c6b-b8c5-2673d66d43a8</UserId> <VATAmount>1.1</VATAmount> <VATPercentage>1.1</VATPercentage> </DTOAppointmentServicesDetail>
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.