POST api/OpenPay_Notificaciones?key={key}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| key | string |
Required |
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
OpenPay_Notificaciones| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Fecha | date |
None. |
|
| Notificacion | string |
None. |
|
| Origen | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"Fecha": "2026-05-14T03:37:12.9738065-06:00",
"Notificacion": "sample string 3",
"Origen": "sample string 4"
}
application/xml, text/xml
Sample:
<OpenPay_Notificaciones xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpenPay_Notificaciones"> <Fecha>2026-05-14T03:37:12.9738065-06:00</Fecha> <Id>1</Id> <Notificacion>sample string 3</Notificacion> <Origen>sample string 4</Origen> </OpenPay_Notificaciones>