POST api/kuickpay

Request Information

URI Parameters

None.

Body Parameters

KuickpayRequestResponse
NameDescriptionTypeAdditional information
consumer_number

string

None.

tran_auth_id

string

None.

transaction_amount

string

None.

tran_date

string

None.

tran_time

string

None.

bank_mnemonic

string

None.

reserved

string

None.

Request Formats

application/json, text/json

Sample:
{
  "consumer_number": "sample string 1",
  "tran_auth_id": "sample string 2",
  "transaction_amount": "sample string 3",
  "tran_date": "sample string 4",
  "tran_time": "sample string 5",
  "bank_mnemonic": "sample string 6",
  "reserved": "sample string 7"
}

application/xml, text/xml

Sample:
<KuickpayRequestResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/payit.Controllers">
  <bank_mnemonic>sample string 6</bank_mnemonic>
  <consumer_number>sample string 1</consumer_number>
  <reserved>sample string 7</reserved>
  <tran_auth_id>sample string 2</tran_auth_id>
  <tran_date>sample string 4</tran_date>
  <tran_time>sample string 5</tran_time>
  <transaction_amount>sample string 3</transaction_amount>
</KuickpayRequestResponse>

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 'KuickpayRequestResponse'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.