POST api/VerifyData

Request Information

URI Parameters

None.

Body Parameters

ViettelVerifyData
NameDescriptionTypeAdditional information
billcode

string

None.

error_code

string

None.

merchant_code

string

None.

order_id

string

None.

trans_amount

string

None.

check_sum

string

None.

Request Formats

application/json, text/json

Sample:
{
  "billcode": "sample string 1",
  "error_code": "sample string 2",
  "merchant_code": "sample string 3",
  "order_id": "sample string 4",
  "trans_amount": "sample string 5",
  "check_sum": "sample string 6"
}

application/xml, text/xml

Sample:
<ViettelVerifyData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RCPQG_API.Models">
  <billcode>sample string 1</billcode>
  <check_sum>sample string 6</check_sum>
  <error_code>sample string 2</error_code>
  <merchant_code>sample string 3</merchant_code>
  <order_id>sample string 4</order_id>
  <trans_amount>sample string 5</trans_amount>
</ViettelVerifyData>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ViettelVerifyData'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.