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": "9584fe6a-cd4e-4cc8-a979-2523e6307c28",
"SubServiceId": "d4d3f886-8311-4b6c-a047-3fe6ffe3492c",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "bf40d475-ff63-4cb7-9cd4-3f9403cbce25",
"BranchLocationId": "c115eed6-92b2-4d9c-b66d-3e8911c863d0",
"UserId": "95798e55-8f14-42ae-a4d1-f4305a72c713",
"PatientId": "33c2f740-7e39-4b7a-82d7-e4d4a7506ef0",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2026-02-05T14:18:30.5847725+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>2026-02-05T14:18:30.5847725+05:00</BookingDate> <BranchLocationId>c115eed6-92b2-4d9c-b66d-3e8911c863d0</BranchLocationId> <Discount>1.1</Discount> <DiscountType>1</DiscountType> <Id>9584fe6a-cd4e-4cc8-a979-2523e6307c28</Id> <PatientId>33c2f740-7e39-4b7a-82d7-e4d4a7506ef0</PatientId> <PatientName>sample string 6</PatientName> <PaymentMethodId>bf40d475-ff63-4cb7-9cd4-3f9403cbce25</PaymentMethodId> <Price>1</Price> <StartTime>PT0.1234567S</StartTime> <Status>sample string 3</Status> <StatusValue>4</StatusValue> <SubServiceId>d4d3f886-8311-4b6c-a047-3fe6ffe3492c</SubServiceId> <SubServiceName>sample string 1</SubServiceName> <SubServiceQuantity>1</SubServiceQuantity> <Total>1.1</Total> <TypeBit>1</TypeBit> <UserId>95798e55-8f14-42ae-a4d1-f4305a72c713</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.