POST api/dqr/receiveold

Request Information

URI Parameters

None.

Body Parameters

ResponseRequest
NameDescriptionTypeAdditional information
HMAC

string

None.

OperationName

string

None.

ResCode

string

None.

ResDesc

string

None.

TimeStamp

string

None.

TxnId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HMAC": "sample string 1",
  "OperationName": "sample string 2",
  "ResCode": "sample string 3",
  "ResDesc": "sample string 4",
  "TimeStamp": "sample string 5",
  "TxnId": "sample string 6"
}

application/xml, text/xml

Sample:
<ResponseRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DQR_API.Models">
  <HMAC>sample string 1</HMAC>
  <OperationName>sample string 2</OperationName>
  <ResCode>sample string 3</ResCode>
  <ResDesc>sample string 4</ResDesc>
  <TimeStamp>sample string 5</TimeStamp>
  <TxnId>sample string 6</TxnId>
</ResponseRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.