POST api/KBank/Inquiry

Request Information

URI Parameters

None.

Body Parameters

RequestInquiry
NameDescriptionTypeAdditional information
functionName

string

None.

transactionId

string

None.

transactionDateTime

string

None.

billerType

string

None.

billerId

string

None.

terminalNo

string

None.

promptPayReferenceNumber

string

None.

channelCode

string

None.

tranAmount

string

None.

senderBankCode

string

None.

reference1

string

None.

reference2

string

None.

language

string

None.

apiKey

string

None.

inquiryAdditional

RequestInquiryAdditional

None.

Request Formats

application/json, text/json

Sample:
{
  "functionName": "sample string 1",
  "transactionId": "sample string 2",
  "transactionDateTime": "sample string 3",
  "billerType": "sample string 4",
  "billerId": "sample string 5",
  "terminalNo": "sample string 6",
  "promptPayReferenceNumber": "sample string 7",
  "channelCode": "sample string 8",
  "tranAmount": "sample string 9",
  "senderBankCode": "sample string 10",
  "reference1": "sample string 11",
  "reference2": "sample string 12",
  "language": "sample string 13",
  "apiKey": "sample string 14",
  "inquiryAdditional": {
    "payerFee": "sample string 1",
    "billerFee": "sample string 2",
    "transferWithTax": "sample string 3",
    "fromProxyValue": "sample string 4",
    "fromProxyType": "sample string 5",
    "senderTaxID": "sample string 6",
    "senderAcctName": "sample string 7",
    "vatRates": "sample string 8",
    "vat": "sample string 9",
    "typeofTaxIncome": "sample string 10",
    "withholdingTaxRates": "sample string 11",
    "withholdingTax": "sample string 12",
    "withholdingTaxConditions": "sample string 13",
    "settlementDate": "sample string 14",
    "promptPayFlag": "sample string 15",
    "typeofSender": "sample string 16",
    "duedate": "sample string 17",
    "rtpReference": "sample string 18",
    "rsAppId": "sample string 19"
  }
}

application/xml, text/xml

Sample:
<RequestInquiry xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BillPaymentGatewayApp.Models">
  <apiKey>sample string 14</apiKey>
  <billerId>sample string 5</billerId>
  <billerType>sample string 4</billerType>
  <channelCode>sample string 8</channelCode>
  <functionName>sample string 1</functionName>
  <inquiryAdditional>
    <billerFee>sample string 2</billerFee>
    <duedate>sample string 17</duedate>
    <fromProxyType>sample string 5</fromProxyType>
    <fromProxyValue>sample string 4</fromProxyValue>
    <payerFee>sample string 1</payerFee>
    <promptPayFlag>sample string 15</promptPayFlag>
    <rsAppId>sample string 19</rsAppId>
    <rtpReference>sample string 18</rtpReference>
    <senderAcctName>sample string 7</senderAcctName>
    <senderTaxID>sample string 6</senderTaxID>
    <settlementDate>sample string 14</settlementDate>
    <transferWithTax>sample string 3</transferWithTax>
    <typeofSender>sample string 16</typeofSender>
    <typeofTaxIncome>sample string 10</typeofTaxIncome>
    <vat>sample string 9</vat>
    <vatRates>sample string 8</vatRates>
    <withholdingTax>sample string 12</withholdingTax>
    <withholdingTaxConditions>sample string 13</withholdingTaxConditions>
    <withholdingTaxRates>sample string 11</withholdingTaxRates>
  </inquiryAdditional>
  <language>sample string 13</language>
  <promptPayReferenceNumber>sample string 7</promptPayReferenceNumber>
  <reference1>sample string 11</reference1>
  <reference2>sample string 12</reference2>
  <senderBankCode>sample string 10</senderBankCode>
  <terminalNo>sample string 6</terminalNo>
  <tranAmount>sample string 9</tranAmount>
  <transactionDateTime>sample string 3</transactionDateTime>
  <transactionId>sample string 2</transactionId>
</RequestInquiry>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.