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. |
Request Formats
application/json, text/json
Sample:
{
"Id": "87c44e35-fb68-4d23-944b-36f4164744be",
"SubServiceId": "fc4129d3-1884-475f-afd1-120b6729035d",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "3510fd14-7f14-438a-bece-795a61a87519",
"BranchLocationId": "ba3f780b-48c8-48aa-92cf-adaff66068ab",
"UserId": "471f5e70-fe91-4a93-ba76-9be0139b14b2",
"PatientId": "a8f834c5-d818-42aa-814c-f64ffe615e14",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2025-12-11T15:59:58.5020368+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-11T15:59:58.5020368+05:00",
"FromDateAndTime": "2025-12-11T15:59:58.5020368+05:00",
"NormalExecutionTimeInSeconds": 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-11T15:59:58.5020368+05:00</BookingDate> <BranchLocationId>ba3f780b-48c8-48aa-92cf-adaff66068ab</BranchLocationId> <Discount>1.1</Discount> <DiscountType>1</DiscountType> <FromDateAndTime>2025-12-11T15:59:58.5020368+05:00</FromDateAndTime> <Id>87c44e35-fb68-4d23-944b-36f4164744be</Id> <NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds> <PatientId>a8f834c5-d818-42aa-814c-f64ffe615e14</PatientId> <PatientName>sample string 6</PatientName> <PaymentMethodId>3510fd14-7f14-438a-bece-795a61a87519</PaymentMethodId> <Price>1</Price> <StartTime>PT0.1234567S</StartTime> <Status>sample string 3</Status> <StatusValue>4</StatusValue> <SubServiceId>fc4129d3-1884-475f-afd1-120b6729035d</SubServiceId> <SubServiceName>sample string 1</SubServiceName> <SubServiceQuantity>1</SubServiceQuantity> <ToDateAndTime>2025-12-11T15:59:58.5020368+05:00</ToDateAndTime> <Total>1.1</Total> <TypeBit>1</TypeBit> <UserId>471f5e70-fe91-4a93-ba76-9be0139b14b2</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.