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": "a248fc19-9e5a-4c36-b31d-4161e6ffe33f",
"SubServiceId": "56ee3b1d-da08-487d-bee7-98399c3acdf2",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "30e5ae23-f21e-4f20-ae6f-1a4b92839940",
"BranchLocationId": "c11ba1f6-f7bf-4b8f-ac0e-f12ee250a042",
"UserId": "ee57a4ea-7eb0-4f93-931b-be852c82bef8",
"PatientId": "c6af5ab4-12a7-45bc-9791-d5ae336c44b4",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2025-12-12T17:33:39.8481866+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-12T17:33:39.8481866+05:00",
"FromDateAndTime": "2025-12-12T17:33:39.8481866+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-12T17:33:39.8481866+05:00</BookingDate> <BranchLocationId>c11ba1f6-f7bf-4b8f-ac0e-f12ee250a042</BranchLocationId> <Discount>1.1</Discount> <DiscountType>1</DiscountType> <FromDateAndTime>2025-12-12T17:33:39.8481866+05:00</FromDateAndTime> <Id>a248fc19-9e5a-4c36-b31d-4161e6ffe33f</Id> <IsCustomizedAmount>true</IsCustomizedAmount> <NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds> <PatientId>c6af5ab4-12a7-45bc-9791-d5ae336c44b4</PatientId> <PatientName>sample string 6</PatientName> <PaymentMethodId>30e5ae23-f21e-4f20-ae6f-1a4b92839940</PaymentMethodId> <Price>1</Price> <StartTime>PT0.1234567S</StartTime> <Status>sample string 3</Status> <StatusValue>4</StatusValue> <SubServiceId>56ee3b1d-da08-487d-bee7-98399c3acdf2</SubServiceId> <SubServiceName>sample string 1</SubServiceName> <SubServiceQuantity>1</SubServiceQuantity> <ToDateAndTime>2025-12-12T17:33:39.8481866+05:00</ToDateAndTime> <Total>1.1</Total> <TypeBit>1</TypeBit> <UserId>ee57a4ea-7eb0-4f93-931b-be852c82bef8</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.