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": "9fe6bde7-c94a-45b2-a771-20c1e543c66d",
"SubServiceId": "d4319c43-d92b-4e13-82ef-1daf31b0e810",
"SubServiceName": "sample string 1",
"Price": 1.0,
"PaymentMethodId": "e92e86e5-e914-490b-a6b4-f3ba349e7fd1",
"BranchLocationId": "a6178ce3-d4e4-4b79-9e25-ac5e0deb2a5f",
"UserId": "c6b48f82-570a-47df-9e42-7a543b77f76e",
"PatientId": "af8c36f5-cca1-44ca-8282-e9ecca80086d",
"AppointmentNo": "sample string 2",
"Status": "sample string 3",
"StatusValue": 4,
"VATPercentage": 1.1,
"VATAmount": 1.1,
"TypeBit": 1,
"SubServiceQuantity": 1,
"BookingDate": "2026-02-04T07:10:00.3419811+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-04T07:10:00.3419811+05:00",
"FromDateAndTime": "2026-02-04T07:10:00.3419811+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>2026-02-04T07:10:00.3419811+05:00</BookingDate> <BranchLocationId>a6178ce3-d4e4-4b79-9e25-ac5e0deb2a5f</BranchLocationId> <Discount>1.1</Discount> <DiscountType>1</DiscountType> <FromDateAndTime>2026-02-04T07:10:00.3419811+05:00</FromDateAndTime> <Id>9fe6bde7-c94a-45b2-a771-20c1e543c66d</Id> <NormalExecutionTimeInSeconds>1</NormalExecutionTimeInSeconds> <PatientId>af8c36f5-cca1-44ca-8282-e9ecca80086d</PatientId> <PatientName>sample string 6</PatientName> <PaymentMethodId>e92e86e5-e914-490b-a6b4-f3ba349e7fd1</PaymentMethodId> <Price>1</Price> <StartTime>PT0.1234567S</StartTime> <Status>sample string 3</Status> <StatusValue>4</StatusValue> <SubServiceId>d4319c43-d92b-4e13-82ef-1daf31b0e810</SubServiceId> <SubServiceName>sample string 1</SubServiceName> <SubServiceQuantity>1</SubServiceQuantity> <ToDateAndTime>2026-02-04T07:10:00.3419811+05:00</ToDateAndTime> <Total>1.1</Total> <TypeBit>1</TypeBit> <UserId>c6b48f82-570a-47df-9e42-7a543b77f76e</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.