POST api/ScheduleReports/GetShceduleReports
Request Information
URI Parameters
None.
Body Parameters
ScheduleReportPost| Name | Description | Type | Additional information |
|---|---|---|---|
| AGENT_ID | decimal number |
None. |
|
| AccountRage | decimal number |
None. |
|
| Ammountrange | decimal number |
None. |
|
| GLSUB_ID | decimal number |
None. |
|
| InrestRange | decimal number |
None. |
|
| L_CODE | decimal number |
None. |
|
| ToAccountRage | decimal number |
None. |
|
| ToAmmountrange | decimal number |
None. |
|
| ToInrestRange | decimal number |
None. |
|
| ClosedDate | date |
None. |
|
| OpenedDate | date |
None. |
|
| TXVOUCHERDATE | date |
None. |
|
| MODID | decimal number |
None. |
|
| BRANCH_ID | decimal number |
None. |
|
| OrderBy | string |
None. |
|
| CatId | decimal number |
None. |
|
| Chk | boolean |
None. |
|
| CompanyId | decimal number |
None. |
|
| GenderId | decimal number |
None. |
|
| txtfmdate | date |
None. |
|
| chkmovement | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"AGENT_ID": 1.0,
"AccountRage": 2.0,
"Ammountrange": 3.0,
"GLSUB_ID": 4.0,
"InrestRange": 5.0,
"L_CODE": 6.0,
"ToAccountRage": 7.0,
"ToAmmountrange": 8.0,
"ToInrestRange": 9.0,
"ClosedDate": "2026-01-17T22:12:13.336139+05:30",
"OpenedDate": "2026-01-17T22:12:13.336139+05:30",
"TXVOUCHERDATE": "2026-01-17T22:12:13.336139+05:30",
"MODID": 13.0,
"BRANCH_ID": 14.0,
"OrderBy": "sample string 15",
"CatId": 16.0,
"Chk": true,
"CompanyId": 18.0,
"GenderId": 19.0,
"txtfmdate": "2026-01-17T22:12:13.336139+05:30",
"chkmovement": true
}
application/xml, text/xml
Sample:
<ScheduleReportPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/UnicoreApi.Models"> <AGENT_ID>1</AGENT_ID> <AccountRage>2</AccountRage> <Ammountrange>3</Ammountrange> <BRANCH_ID>14</BRANCH_ID> <CatId>16</CatId> <Chk>true</Chk> <ClosedDate>2026-01-17T22:12:13.336139+05:30</ClosedDate> <CompanyId>18</CompanyId> <GLSUB_ID>4</GLSUB_ID> <GenderId>19</GenderId> <InrestRange>5</InrestRange> <L_CODE>6</L_CODE> <MODID>13</MODID> <OpenedDate>2026-01-17T22:12:13.336139+05:30</OpenedDate> <OrderBy>sample string 15</OrderBy> <TXVOUCHERDATE>2026-01-17T22:12:13.336139+05:30</TXVOUCHERDATE> <ToAccountRage>7</ToAccountRage> <ToAmmountrange>8</ToAmmountrange> <ToInrestRange>9</ToInrestRange> <chkmovement>true</chkmovement> <txtfmdate>2026-01-17T22:12:13.336139+05:30</txtfmdate> </ScheduleReportPost>
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.