POST api/spdcl/todayTxn

Request Information

URI Parameters

None.

Body Parameters

todayTxnListReq
NameDescriptionTypeAdditional information
consumerId

string

None.

LoginId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "consumerId": "sample string 1",
  "LoginId": "sample string 2"
}

application/xml, text/xml

Sample:
<todayTxnListReq xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SB_Mobile_OrangePay.Models">
  <LoginId>sample string 2</LoginId>
  <consumerId>sample string 1</consumerId>
</todayTxnListReq>

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>