POST api/DTTS/tokenvalidation

Request Information

URI Parameters

None.

Body Parameters

TokenValidationReqDto
NameDescriptionTypeAdditional information
TxnId

integer

None.

TxnType

string

None.

ReceiptNo

string

None.

Amount

decimal number

None.

Customer

string

None.

Time

string

None.

Request Formats

application/json, text/json

Sample:
{
  "TxnId": 1,
  "TxnType": "sample string 2",
  "ReceiptNo": "sample string 3",
  "Amount": 4.0,
  "Customer": "sample string 5",
  "Time": "sample string 6"
}

application/xml, text/xml

Sample:
<TokenValidationReqDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DTTSMobileAPI.WebApp.Models.Dto">
  <Amount>4</Amount>
  <Customer>sample string 5</Customer>
  <ReceiptNo>sample string 3</ReceiptNo>
  <Time>sample string 6</Time>
  <TxnId>1</TxnId>
  <TxnType>sample string 2</TxnType>
</TokenValidationReqDto>

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.