POST api/PagosConekta/orden_manual
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| datos | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ID_CLIENTE": 1,
"ID_TIPO_PAGO": 2,
"DETALLE": "sample string 3",
"FECHA_REALIZADO": "sample string 4",
"MONTO": 5.0,
"FOLIO_TRANSACCION": "sample string 6",
"FECHA_CREACION": "sample string 7",
"ESTATUS": 8,
"ID_TARJETA": 9,
"PROVEEDOR": "sample string 10",
"CONCEPTO": "sample string 11",
"ID_SUSCRIPCION_COMPRA": 12,
"ID_SUSCRIPCION": 13,
"SISTEMA": "sample string 14",
"MES_PAGO": "sample string 15",
"SUSCRIPCION": "sample string 16",
"NUMERO_PAGO": 17,
"TOKEN": "sample string 18",
"CNKTA_TOKEN": "sample string 19",
"TKN_TARJETA": "sample string 20",
"NOMBRE": "sample string 21",
"CORREO": "sample string 22"
}
application/xml, text/xml
Sample:
<DatosGenerarPagoManual xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models"> <CNKTA_TOKEN>sample string 19</CNKTA_TOKEN> <CONCEPTO>sample string 11</CONCEPTO> <CORREO>sample string 22</CORREO> <DETALLE>sample string 3</DETALLE> <ESTATUS>8</ESTATUS> <FECHA_CREACION>sample string 7</FECHA_CREACION> <FECHA_REALIZADO>sample string 4</FECHA_REALIZADO> <FOLIO_TRANSACCION>sample string 6</FOLIO_TRANSACCION> <ID_CLIENTE>1</ID_CLIENTE> <ID_SUSCRIPCION>13</ID_SUSCRIPCION> <ID_SUSCRIPCION_COMPRA>12</ID_SUSCRIPCION_COMPRA> <ID_TARJETA>9</ID_TARJETA> <ID_TIPO_PAGO>2</ID_TIPO_PAGO> <MES_PAGO>sample string 15</MES_PAGO> <MONTO>5</MONTO> <NOMBRE>sample string 21</NOMBRE> <NUMERO_PAGO>17</NUMERO_PAGO> <PROVEEDOR>sample string 10</PROVEEDOR> <SISTEMA>sample string 14</SISTEMA> <SUSCRIPCION>sample string 16</SUSCRIPCION> <TKN_TARJETA>sample string 20</TKN_TARJETA> <TOKEN>sample string 18</TOKEN> </DatosGenerarPagoManual>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"estatusPago": "sample string 1",
"mensaje": "sample string 2",
"proveedor": "sample string 3",
"montoRespuesta": 4
}
application/xml, text/xml
Sample:
<RespuestaConekta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SorteosAPI.Models"> <estatusPago>sample string 1</estatusPago> <mensaje>sample string 2</mensaje> <montoRespuesta>4</montoRespuesta> <proveedor>sample string 3</proveedor> </RespuestaConekta>