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": "348b5a86-40ec-4d9b-8637-5d32cf62dfbd",
"SubServiceId": "ed51b806-7a85-4a36-b68b-b32cef492807",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "3d79df4b-5d12-47b9-ad0b-2595f7fdabf0",
"BranchLocationId": "58071813-ed7c-448e-9329-1b293851780d",
"UserId": "81f4f63e-93d1-4a94-aa23-973d97994e90",
"PatientId": "02715b2c-43a6-437c-83e5-819ccdc5df1f",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2026-02-05T14:06:36.9949877+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-05T14:06:36.9953987+05:00",
"FromDateAndTime": "2026-02-05T14:06:36.9953987+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>2026-02-05T14:06:36.9949877+05:00</BookingDate> <BranchLocationId>58071813-ed7c-448e-9329-1b293851780d</BranchLocationId> <Discount>1.1</Discount> <DiscountType>1</DiscountType> <FromDateAndTime>2026-02-05T14:06:36.9953987+05:00</FromDateAndTime> <Id>348b5a86-40ec-4d9b-8637-5d32cf62dfbd</Id> <IsCustomizedAmount>true</IsCustomizedAmount> <NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds> <PatientId>02715b2c-43a6-437c-83e5-819ccdc5df1f</PatientId> <PatientName>sample string 6</PatientName> <PaymentMethodId>3d79df4b-5d12-47b9-ad0b-2595f7fdabf0</PaymentMethodId> <Price>1</Price> <StartTime>PT0.1234567S</StartTime> <Status>sample string 3</Status> <StatusValue>4</StatusValue> <SubServiceId>ed51b806-7a85-4a36-b68b-b32cef492807</SubServiceId> <SubServiceName>sample string 1</SubServiceName> <SubServiceQuantity>1</SubServiceQuantity> <ToDateAndTime>2026-02-05T14:06:36.9953987+05:00</ToDateAndTime> <Total>1.1</Total> <TypeBit>1</TypeBit> <UserId>81f4f63e-93d1-4a94-aa23-973d97994e90</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.