GET api/Report/Top10Transaction?Username={Username}&Password={Password}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Username

string

Required

Password

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of getChildRechargeTransactionNew_Result
NameDescriptionTypeAdditional information
Id

integer

None.

Number

string

None.

RPCode

string

None.

ApiID

string

None.

Username

string

None.

Operator

string

None.

Amount

decimal number

None.

OperatorTransId

string

None.

Status

string

None.

RechargeMode

string

None.

APIName

string

None.

RechargeDate

date

None.

Balance

decimal number

None.

Status1

string

None.

Cost

decimal number

None.

RevertTran

boolean

None.

ServiceId

integer

None.

OperatorId

integer

None.

UserId

integer

None.

Reason

string

None.

OPTID

string

None.

NoOfUpdates

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Number": "sample string 2",
    "RPCode": "sample string 3",
    "ApiID": "sample string 4",
    "Username": "sample string 5",
    "Operator": "sample string 6",
    "Amount": 7.0,
    "OperatorTransId": "sample string 8",
    "Status": "sample string 9",
    "RechargeMode": "sample string 10",
    "APIName": "sample string 11",
    "RechargeDate": "2025-04-29T19:47:55.1631552+05:30",
    "Balance": 1.0,
    "Status1": "sample string 13",
    "Cost": 14.0,
    "RevertTran": true,
    "ServiceId": 16,
    "OperatorId": 17,
    "UserId": 18,
    "Reason": "sample string 19",
    "OPTID": "sample string 20",
    "NoOfUpdates": 1
  },
  {
    "Id": 1,
    "Number": "sample string 2",
    "RPCode": "sample string 3",
    "ApiID": "sample string 4",
    "Username": "sample string 5",
    "Operator": "sample string 6",
    "Amount": 7.0,
    "OperatorTransId": "sample string 8",
    "Status": "sample string 9",
    "RechargeMode": "sample string 10",
    "APIName": "sample string 11",
    "RechargeDate": "2025-04-29T19:47:55.1631552+05:30",
    "Balance": 1.0,
    "Status1": "sample string 13",
    "Cost": 14.0,
    "RevertTran": true,
    "ServiceId": 16,
    "OperatorId": 17,
    "UserId": 18,
    "Reason": "sample string 19",
    "OPTID": "sample string 20",
    "NoOfUpdates": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfgetChildRechargeTransactionNew_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.DataLayer">
  <getChildRechargeTransactionNew_Result>
    <APIName>sample string 11</APIName>
    <Amount>7</Amount>
    <ApiID>sample string 4</ApiID>
    <Balance>1</Balance>
    <Cost>14</Cost>
    <Id>1</Id>
    <NoOfUpdates>1</NoOfUpdates>
    <Number>sample string 2</Number>
    <OPTID>sample string 20</OPTID>
    <Operator>sample string 6</Operator>
    <OperatorId>17</OperatorId>
    <OperatorTransId>sample string 8</OperatorTransId>
    <RPCode>sample string 3</RPCode>
    <Reason>sample string 19</Reason>
    <RechargeDate>2025-04-29T19:47:55.1631552+05:30</RechargeDate>
    <RechargeMode>sample string 10</RechargeMode>
    <RevertTran>true</RevertTran>
    <ServiceId>16</ServiceId>
    <Status>sample string 9</Status>
    <Status1>sample string 13</Status1>
    <UserId>18</UserId>
    <Username>sample string 5</Username>
  </getChildRechargeTransactionNew_Result>
  <getChildRechargeTransactionNew_Result>
    <APIName>sample string 11</APIName>
    <Amount>7</Amount>
    <ApiID>sample string 4</ApiID>
    <Balance>1</Balance>
    <Cost>14</Cost>
    <Id>1</Id>
    <NoOfUpdates>1</NoOfUpdates>
    <Number>sample string 2</Number>
    <OPTID>sample string 20</OPTID>
    <Operator>sample string 6</Operator>
    <OperatorId>17</OperatorId>
    <OperatorTransId>sample string 8</OperatorTransId>
    <RPCode>sample string 3</RPCode>
    <Reason>sample string 19</Reason>
    <RechargeDate>2025-04-29T19:47:55.1631552+05:30</RechargeDate>
    <RechargeMode>sample string 10</RechargeMode>
    <RevertTran>true</RevertTran>
    <ServiceId>16</ServiceId>
    <Status>sample string 9</Status>
    <Status1>sample string 13</Status1>
    <UserId>18</UserId>
    <Username>sample string 5</Username>
  </getChildRechargeTransactionNew_Result>
</ArrayOfgetChildRechargeTransactionNew_Result>