POST api/viettin/checkTrans/{IdSap}/{Nam}/{Thang}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| IdSap | integer |
Required |
|
| Nam | integer |
Required |
|
| Thang | integer |
Required |
Body Parameters
TransactionModel| Name | Description | Type | Additional information |
|---|---|---|---|
| requestId | string |
Required Max length: 30 |
|
| providerId | string |
Required Max length: 25 |
|
| merchantId | string |
Required Max length: 15 |
|
| terminalId | string |
Required Max length: 20 |
|
| payDate | string |
Required Max length: 10 |
|
| orderId | string |
Required Max length: 12 |
|
| hostrefno | string |
Required Max length: 30 |
|
| addInfor1 | string |
Max length: 50 |
|
| addInfor2 | string |
Max length: 50 |
|
| addInfor3 | string |
Max length: 50 |
|
| clientIP | string |
Max length: 16 |
|
| channel | string |
Required Max length: 15 |
|
| version | string |
Required Max length: 5 |
|
| language | string |
Max length: 3 |
|
| signature | string |
Required Max length: 2000 |
Request Formats
application/json, text/json
Sample:
{
"requestId": "sample string 1",
"providerId": "sample string 2",
"merchantId": "sample string 3",
"terminalId": "sample string 4",
"payDate": "sample string 5",
"orderId": "sample string 6",
"hostrefno": "sample string 7",
"addInfor1": "sample string 8",
"addInfor2": "sample string 9",
"addInfor3": "sample string 10",
"clientIP": "sample string 11",
"channel": "sample string 12",
"version": "sample string 13",
"language": "sample string 14",
"signature": "sample string 15"
}
application/xml, text/xml
Sample:
<VietinBankQRModel.TransactionModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API_KD.Models"> <addInfor1>sample string 8</addInfor1> <addInfor2>sample string 9</addInfor2> <addInfor3>sample string 10</addInfor3> <channel>sample string 12</channel> <clientIP>sample string 11</clientIP> <hostrefno>sample string 7</hostrefno> <language>sample string 14</language> <merchantId>sample string 3</merchantId> <orderId>sample string 6</orderId> <payDate>sample string 5</payDate> <providerId>sample string 2</providerId> <requestId>sample string 1</requestId> <signature>sample string 15</signature> <terminalId>sample string 4</terminalId> <version>sample string 13</version> </VietinBankQRModel.TransactionModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}
application/xml, text/xml
Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />