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. |
|
| ToDateAndTime | date |
None. |
|
| FromDateAndTime | date |
None. |
|
| NormalExecutionTimeInSeconds | integer |
None. |
|
| IsCustomizedAmount | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "52297956-ffed-4e1d-9e9a-0729493b302c",
"SubServiceId": "ae190c09-a30b-44dd-af15-5220f841b687",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "070a0241-5a2f-4d64-8ae0-7e7fc0f34c6f",
"BranchLocationId": "b90ca8d8-23d7-4fba-8028-df2f74a8dd1d",
"UserId": "5acec745-57ea-4c29-90e7-565264ca884e",
"PatientId": "8864252f-1ce5-4fdc-8591-5c8f3ee3a82d",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2025-12-17T09:01:30.0334889+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-17T09:01:30.0334889+05:00",
"FromDateAndTime": "2025-12-17T09:01:30.0334889+05:00",
"NormalExecutionTimeInSeconds": 1,
"IsCustomizedAmount": true
}
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-17T09:01:30.0334889+05:00</BookingDate> <BranchLocationId>b90ca8d8-23d7-4fba-8028-df2f74a8dd1d</BranchLocationId> <Discount>1.1</Discount> <DiscountType>1</DiscountType> <FromDateAndTime>2025-12-17T09:01:30.0334889+05:00</FromDateAndTime> <Id>52297956-ffed-4e1d-9e9a-0729493b302c</Id> <IsCustomizedAmount>true</IsCustomizedAmount> <NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds> <PatientId>8864252f-1ce5-4fdc-8591-5c8f3ee3a82d</PatientId> <PatientName>sample string 6</PatientName> <PaymentMethodId>070a0241-5a2f-4d64-8ae0-7e7fc0f34c6f</PaymentMethodId> <Price>1</Price> <StartTime>PT0.1234567S</StartTime> <Status>sample string 3</Status> <StatusValue>4</StatusValue> <SubServiceId>ae190c09-a30b-44dd-af15-5220f841b687</SubServiceId> <SubServiceName>sample string 1</SubServiceName> <SubServiceQuantity>1</SubServiceQuantity> <ToDateAndTime>2025-12-17T09:01:30.0334889+05:00</ToDateAndTime> <Total>1.1</Total> <TypeBit>1</TypeBit> <UserId>5acec745-57ea-4c29-90e7-565264ca884e</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.