POST api/QuickResponse/NotificacionQRBaneco
Request Information
URI Parameters
None.
Body Parameters
ParametrosNotificacionQRBaneco| Name | Description | Type | Additional information |
|---|---|---|---|
| payment | ParametrosNotificacionQRBanecoDetalle |
None. |
Request Formats
application/json, text/json
Sample:
{
"payment": {
"qrId": "sample string 1",
"transactionId": "sample string 2",
"paymentDate": "sample string 3",
"paymentTime": "sample string 4",
"currency": "sample string 5",
"amount": 6.0,
"senderBankCode": "sample string 7",
"senderName": "sample string 8",
"senderDocumentId": "sample string 9",
"senderAccount": "sample string 10"
}
}
application/xml, text/xml
Sample:
<ParametrosNotificacionQRBaneco xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApiQR">
<payment>
<amount>6</amount>
<currency>sample string 5</currency>
<paymentDate>sample string 3</paymentDate>
<paymentTime>sample string 4</paymentTime>
<qrId>sample string 1</qrId>
<senderAccount>sample string 10</senderAccount>
<senderBankCode>sample string 7</senderBankCode>
<senderDocumentId>sample string 9</senderDocumentId>
<senderName>sample string 8</senderName>
<transactionId>sample string 2</transactionId>
</payment>
</ParametrosNotificacionQRBaneco>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RespuestaNotificacionQRBaneco| Name | Description | Type | Additional information |
|---|---|---|---|
| responseCode | integer |
None. |
|
| message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"responseCode": 1,
"message": "sample string 2"
}
application/xml, text/xml
Sample:
<RespuestaNotificacionQRBaneco xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestApiQR"> <message>sample string 2</message> <responseCode>1</responseCode> </RespuestaNotificacionQRBaneco>