POST api/DMLA/GetTransactionListBySort

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MethodReturnOfTXN_AllTransactionsWithMchNameResponse
NameDescriptionTypeAdditional information
ReturnValue

TXN_AllTransactionsWithMchNameResponse

None.

ReturnType

string

None.

IsSuccess

boolean

None.

Message

string

None.

Schema

string

None.

UTCDate

date

None.

Token

string

None.

ResponseCode

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ReturnValue": {
    "TotalCount": 1,
    "History": [
      {
        "TxnID": 1,
        "MerchantID": 2,
        "TerminalID": 3,
        "CustomerID": 4,
        "TxnChannel": "sample string 5",
        "DQRCodeGenTxnRefNo": "sample string 6",
        "VASTxnRefNo": "sample string 7",
        "TxnType": "sample string 8",
        "Status": "sample string 9",
        "AuthID": "sample string 10",
        "ReceivedDateTime": "2024-11-27T20:03:00.400391+03:00",
        "TxnCcy": "sample string 12",
        "InTxnAmount": 13.0,
        "PayFromCBAmount": 14.0,
        "CBEarned": 15.0,
        "PayFromLoyaltyAmount": 16.0,
        "MDR": 17.0,
        "OutTxnAmount": 18.0,
        "NetSettlementAmount": 19.0,
        "CustomerMobileNo": "sample string 20",
        "OfferFee": 21.0,
        "OfferValue": 22.0,
        "SettlementStatus": "sample string 23",
        "CreatedDate": "2024-11-27T20:03:00.400391+03:00",
        "MerchantBusinessName": "sample string 25",
        "IsRefunded": "sample string 26",
        "MinorUnit": 27,
        "AddressLine1": "sample string 28",
        "RegionName": "sample string 29",
        "CountryName": "sample string 30",
        "TerminalCode": "sample string 31",
        "StoreCode": "sample string 32",
        "CustomerIBAN": "sample string 33",
        "TxnAmount": 34.0,
        "TIPAmount": 35.0,
        "SaleVASTxnRefNo": "sample string 36",
        "SaleAuthID": "sample string 37",
        "SaleTxnDate": "2024-11-27T20:03:00.400391+03:00"
      },
      {
        "TxnID": 1,
        "MerchantID": 2,
        "TerminalID": 3,
        "CustomerID": 4,
        "TxnChannel": "sample string 5",
        "DQRCodeGenTxnRefNo": "sample string 6",
        "VASTxnRefNo": "sample string 7",
        "TxnType": "sample string 8",
        "Status": "sample string 9",
        "AuthID": "sample string 10",
        "ReceivedDateTime": "2024-11-27T20:03:00.400391+03:00",
        "TxnCcy": "sample string 12",
        "InTxnAmount": 13.0,
        "PayFromCBAmount": 14.0,
        "CBEarned": 15.0,
        "PayFromLoyaltyAmount": 16.0,
        "MDR": 17.0,
        "OutTxnAmount": 18.0,
        "NetSettlementAmount": 19.0,
        "CustomerMobileNo": "sample string 20",
        "OfferFee": 21.0,
        "OfferValue": 22.0,
        "SettlementStatus": "sample string 23",
        "CreatedDate": "2024-11-27T20:03:00.400391+03:00",
        "MerchantBusinessName": "sample string 25",
        "IsRefunded": "sample string 26",
        "MinorUnit": 27,
        "AddressLine1": "sample string 28",
        "RegionName": "sample string 29",
        "CountryName": "sample string 30",
        "TerminalCode": "sample string 31",
        "StoreCode": "sample string 32",
        "CustomerIBAN": "sample string 33",
        "TxnAmount": 34.0,
        "TIPAmount": 35.0,
        "SaleVASTxnRefNo": "sample string 36",
        "SaleAuthID": "sample string 37",
        "SaleTxnDate": "2024-11-27T20:03:00.400391+03:00"
      }
    ]
  },
  "ReturnType": "sample string 1",
  "IsSuccess": true,
  "Message": "sample string 3",
  "Schema": "sample string 4",
  "UTCDate": "2024-11-27T20:03:00.400391+03:00",
  "Token": "sample string 6",
  "ResponseCode": "sample string 7"
}

application/xml, text/xml

Sample:
<MethodReturnOfTXN_AllTransactionsWithMchNameResponse5_PVh2q97 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CommonComponents.BusinessObjects.CommonTypes">
  <IsSuccess>true</IsSuccess>
  <Message>sample string 3</Message>
  <ResponseCode>sample string 7</ResponseCode>
  <ReturnValue xmlns:d2p1="http://schemas.datacontract.org/2004/07/VASDataModel.Responses.DMLoyaltyApp">
    <d2p1:History xmlns:d3p1="http://schemas.datacontract.org/2004/07/VASDataModel.Modules.TXN">
      <d3p1:VU_DQRTxnBillStatus>
        <d3p1:AddressLine1>sample string 28</d3p1:AddressLine1>
        <d3p1:AuthID>sample string 10</d3p1:AuthID>
        <d3p1:CBEarned>15</d3p1:CBEarned>
        <d3p1:CountryName>sample string 30</d3p1:CountryName>
        <d3p1:CreatedDate>2024-11-27T20:03:00.400391+03:00</d3p1:CreatedDate>
        <d3p1:CustomerIBAN>sample string 33</d3p1:CustomerIBAN>
        <d3p1:CustomerID>4</d3p1:CustomerID>
        <d3p1:CustomerMobileNo>sample string 20</d3p1:CustomerMobileNo>
        <d3p1:DQRCodeGenTxnRefNo>sample string 6</d3p1:DQRCodeGenTxnRefNo>
        <d3p1:InTxnAmount>13</d3p1:InTxnAmount>
        <d3p1:IsRefunded>sample string 26</d3p1:IsRefunded>
        <d3p1:MDR>17</d3p1:MDR>
        <d3p1:MerchantBusinessName>sample string 25</d3p1:MerchantBusinessName>
        <d3p1:MerchantID>2</d3p1:MerchantID>
        <d3p1:MinorUnit>27</d3p1:MinorUnit>
        <d3p1:NetSettlementAmount>19</d3p1:NetSettlementAmount>
        <d3p1:OfferFee>21</d3p1:OfferFee>
        <d3p1:OfferValue>22</d3p1:OfferValue>
        <d3p1:OutTxnAmount>18</d3p1:OutTxnAmount>
        <d3p1:PayFromCBAmount>14</d3p1:PayFromCBAmount>
        <d3p1:PayFromLoyaltyAmount>16</d3p1:PayFromLoyaltyAmount>
        <d3p1:ReceivedDateTime>2024-11-27T20:03:00.400391+03:00</d3p1:ReceivedDateTime>
        <d3p1:RegionName>sample string 29</d3p1:RegionName>
        <d3p1:SaleAuthID>sample string 37</d3p1:SaleAuthID>
        <d3p1:SaleTxnDate>2024-11-27T20:03:00.400391+03:00</d3p1:SaleTxnDate>
        <d3p1:SaleVASTxnRefNo>sample string 36</d3p1:SaleVASTxnRefNo>
        <d3p1:SettlementStatus>sample string 23</d3p1:SettlementStatus>
        <d3p1:Status>sample string 9</d3p1:Status>
        <d3p1:StoreCode>sample string 32</d3p1:StoreCode>
        <d3p1:TIPAmount>35</d3p1:TIPAmount>
        <d3p1:TerminalCode>sample string 31</d3p1:TerminalCode>
        <d3p1:TerminalID>3</d3p1:TerminalID>
        <d3p1:TxnAmount>34</d3p1:TxnAmount>
        <d3p1:TxnCcy>sample string 12</d3p1:TxnCcy>
        <d3p1:TxnChannel>sample string 5</d3p1:TxnChannel>
        <d3p1:TxnID>1</d3p1:TxnID>
        <d3p1:TxnType>sample string 8</d3p1:TxnType>
        <d3p1:VASTxnRefNo>sample string 7</d3p1:VASTxnRefNo>
      </d3p1:VU_DQRTxnBillStatus>
      <d3p1:VU_DQRTxnBillStatus>
        <d3p1:AddressLine1>sample string 28</d3p1:AddressLine1>
        <d3p1:AuthID>sample string 10</d3p1:AuthID>
        <d3p1:CBEarned>15</d3p1:CBEarned>
        <d3p1:CountryName>sample string 30</d3p1:CountryName>
        <d3p1:CreatedDate>2024-11-27T20:03:00.400391+03:00</d3p1:CreatedDate>
        <d3p1:CustomerIBAN>sample string 33</d3p1:CustomerIBAN>
        <d3p1:CustomerID>4</d3p1:CustomerID>
        <d3p1:CustomerMobileNo>sample string 20</d3p1:CustomerMobileNo>
        <d3p1:DQRCodeGenTxnRefNo>sample string 6</d3p1:DQRCodeGenTxnRefNo>
        <d3p1:InTxnAmount>13</d3p1:InTxnAmount>
        <d3p1:IsRefunded>sample string 26</d3p1:IsRefunded>
        <d3p1:MDR>17</d3p1:MDR>
        <d3p1:MerchantBusinessName>sample string 25</d3p1:MerchantBusinessName>
        <d3p1:MerchantID>2</d3p1:MerchantID>
        <d3p1:MinorUnit>27</d3p1:MinorUnit>
        <d3p1:NetSettlementAmount>19</d3p1:NetSettlementAmount>
        <d3p1:OfferFee>21</d3p1:OfferFee>
        <d3p1:OfferValue>22</d3p1:OfferValue>
        <d3p1:OutTxnAmount>18</d3p1:OutTxnAmount>
        <d3p1:PayFromCBAmount>14</d3p1:PayFromCBAmount>
        <d3p1:PayFromLoyaltyAmount>16</d3p1:PayFromLoyaltyAmount>
        <d3p1:ReceivedDateTime>2024-11-27T20:03:00.400391+03:00</d3p1:ReceivedDateTime>
        <d3p1:RegionName>sample string 29</d3p1:RegionName>
        <d3p1:SaleAuthID>sample string 37</d3p1:SaleAuthID>
        <d3p1:SaleTxnDate>2024-11-27T20:03:00.400391+03:00</d3p1:SaleTxnDate>
        <d3p1:SaleVASTxnRefNo>sample string 36</d3p1:SaleVASTxnRefNo>
        <d3p1:SettlementStatus>sample string 23</d3p1:SettlementStatus>
        <d3p1:Status>sample string 9</d3p1:Status>
        <d3p1:StoreCode>sample string 32</d3p1:StoreCode>
        <d3p1:TIPAmount>35</d3p1:TIPAmount>
        <d3p1:TerminalCode>sample string 31</d3p1:TerminalCode>
        <d3p1:TerminalID>3</d3p1:TerminalID>
        <d3p1:TxnAmount>34</d3p1:TxnAmount>
        <d3p1:TxnCcy>sample string 12</d3p1:TxnCcy>
        <d3p1:TxnChannel>sample string 5</d3p1:TxnChannel>
        <d3p1:TxnID>1</d3p1:TxnID>
        <d3p1:TxnType>sample string 8</d3p1:TxnType>
        <d3p1:VASTxnRefNo>sample string 7</d3p1:VASTxnRefNo>
      </d3p1:VU_DQRTxnBillStatus>
    </d2p1:History>
    <d2p1:TotalCount>1</d2p1:TotalCount>
  </ReturnValue>
  <Schema>sample string 4</Schema>
  <Token>sample string 6</Token>
</MethodReturnOfTXN_AllTransactionsWithMchNameResponse5_PVh2q97>