POST api/spdcl/txndata

Request Information

URI Parameters

None.

Body Parameters

transactionListReq
NameDescriptionTypeAdditional information
fromDate

string

None.

toDate

string

None.

mode

string

None.

LoginId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "fromDate": "sample string 1",
  "toDate": "sample string 2",
  "mode": "sample string 3",
  "LoginId": "sample string 4"
}

application/xml, text/xml

Sample:
<transactionListReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SB_Mobile_OrangePay.Models">
  <LoginId>sample string 4</LoginId>
  <fromDate>sample string 1</fromDate>
  <mode>sample string 3</mode>
  <toDate>sample string 2</toDate>
</transactionListReq>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

TxnhistoryRes
NameDescriptionTypeAdditional information
ResponseCode

integer

None.

ErrorMessage

string

None.

Data

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
{
  "ResponseCode": 1,
  "ErrorMessage": "sample string 2",
  "Data": null
}

application/xml, text/xml

Sample:
<TxnhistoryRes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SB_Mobile_OrangePay.Models">
  <Data i:nil="true" />
  <ErrorMessage>sample string 2</ErrorMessage>
  <ResponseCode>1</ResponseCode>
</TxnhistoryRes>