POST api/Neo/QueryTXNStatus

Request Information

URI Parameters

None.

Body Parameters

NeoQueryTxnStatusRequest
NameDescriptionTypeAdditional information
AgentSessionId

string

None.

PinNumber

string

None.

AgentTxnId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "AgentSessionId": "sample string 1",
  "PinNumber": "sample string 2",
  "AgentTxnId": "sample string 3"
}

text/xml

Sample:
<NeoQueryTxnStatusRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RIA_API.Models.Neo">
  <AgentSessionId>sample string 1</AgentSessionId>
  <AgentTxnId>sample string 3</AgentTxnId>
  <PinNumber>sample string 2</PinNumber>
</NeoQueryTxnStatusRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.