POST api/Process/GetMedicineSchedule
Request Information
URI Parameters
None.
Body Parameters
DTOGetTableParameters| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| Search | string |
None. |
|
| FromDate | date |
None. |
|
| ToDate | date |
None. |
|
| Start | integer |
None. |
|
| Length | integer |
None. |
|
| OrderColumn | integer |
None. |
|
| OrderDir | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "6377faef-fb3f-4693-a7b3-326d4a3b7ece",
"UserId": "6bfa89c1-d925-4173-8c2c-5dd677d22c65",
"Search": "sample string 1",
"FromDate": "2026-05-13T12:34:45.0206059+05:00",
"ToDate": "2026-05-13T12:34:45.0206059+05:00",
"Start": 4,
"Length": 5,
"OrderColumn": 6,
"OrderDir": "sample string 7"
}
application/xml, text/xml
Sample:
<DTOGetTableParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HajjAppPortal.BAL.DTOModels"> <FromDate>2026-05-13T12:34:45.0206059+05:00</FromDate> <Id>6377faef-fb3f-4693-a7b3-326d4a3b7ece</Id> <Length>5</Length> <OrderColumn>6</OrderColumn> <OrderDir>sample string 7</OrderDir> <Search>sample string 1</Search> <Start>4</Start> <ToDate>2026-05-13T12:34:45.0206059+05:00</ToDate> <UserId>6bfa89c1-d925-4173-8c2c-5dd677d22c65</UserId> </DTOGetTableParameters>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.