POST api/kotakdqr/stoppayment?txnId={txnId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
txnId

string

Required

Body Parameters

None.

Response Information

Resource Description

StopPaymentResponse
NameDescriptionTypeAdditional information
Success

boolean

None.

ErrorCode

string

None.

ErrorMessage

string

None.

Amount

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "ErrorCode": "sample string 2",
  "ErrorMessage": "sample string 3",
  "Amount": 4.1
}

application/xml, text/xml

Sample:
<KotakDQRClass.StopPaymentResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TotalTollAPI.Models">
  <Amount>4.1</Amount>
  <ErrorCode>sample string 2</ErrorCode>
  <ErrorMessage>sample string 3</ErrorMessage>
  <Success>true</Success>
</KotakDQRClass.StopPaymentResponse>