GET api/PaymentUpdate/FundRequestHistoryWallet2?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 PaymentData
NameDescriptionTypeAdditional information
Id

integer

None.

Amount

decimal number

None.

Username

string

None.

Usertype

string

None.

ParentName

string

None.

Code

string

None.

TranNo

string

None.

TranDate

date

None.

Remarks

string

None.

PaymentDate

date

None.

PaymentMode

string

None.

DepositBank

string

None.

Status

string

None.

Attachment

string

None.

IsLocal

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Amount": 2.0,
    "Username": "sample string 3",
    "Usertype": "sample string 4",
    "ParentName": "sample string 5",
    "Code": "sample string 6",
    "TranNo": "sample string 7",
    "TranDate": "2025-04-29T19:55:43.8523287+05:30",
    "Remarks": "sample string 8",
    "PaymentDate": "2025-04-29T19:55:43.8523287+05:30",
    "PaymentMode": "sample string 10",
    "DepositBank": "sample string 11",
    "Status": "sample string 12",
    "Attachment": "sample string 13",
    "IsLocal": true
  },
  {
    "Id": 1,
    "Amount": 2.0,
    "Username": "sample string 3",
    "Usertype": "sample string 4",
    "ParentName": "sample string 5",
    "Code": "sample string 6",
    "TranNo": "sample string 7",
    "TranDate": "2025-04-29T19:55:43.8523287+05:30",
    "Remarks": "sample string 8",
    "PaymentDate": "2025-04-29T19:55:43.8523287+05:30",
    "PaymentMode": "sample string 10",
    "DepositBank": "sample string 11",
    "Status": "sample string 12",
    "Attachment": "sample string 13",
    "IsLocal": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfPaymentData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/aathifrupay.Models">
  <PaymentData>
    <Amount>2</Amount>
    <Attachment>sample string 13</Attachment>
    <Code>sample string 6</Code>
    <DepositBank>sample string 11</DepositBank>
    <Id>1</Id>
    <IsLocal>true</IsLocal>
    <ParentName>sample string 5</ParentName>
    <PaymentDate>2025-04-29T19:55:43.8523287+05:30</PaymentDate>
    <PaymentMode>sample string 10</PaymentMode>
    <Remarks>sample string 8</Remarks>
    <Status>sample string 12</Status>
    <TranDate>2025-04-29T19:55:43.8523287+05:30</TranDate>
    <TranNo>sample string 7</TranNo>
    <Username>sample string 3</Username>
    <Usertype>sample string 4</Usertype>
  </PaymentData>
  <PaymentData>
    <Amount>2</Amount>
    <Attachment>sample string 13</Attachment>
    <Code>sample string 6</Code>
    <DepositBank>sample string 11</DepositBank>
    <Id>1</Id>
    <IsLocal>true</IsLocal>
    <ParentName>sample string 5</ParentName>
    <PaymentDate>2025-04-29T19:55:43.8523287+05:30</PaymentDate>
    <PaymentMode>sample string 10</PaymentMode>
    <Remarks>sample string 8</Remarks>
    <Status>sample string 12</Status>
    <TranDate>2025-04-29T19:55:43.8523287+05:30</TranDate>
    <TranNo>sample string 7</TranNo>
    <Username>sample string 3</Username>
    <Usertype>sample string 4</Usertype>
  </PaymentData>
</ArrayOfPaymentData>