FrameAppWS

<back to all web services

AMDCReversarPagoRQ

Requires Authentication
The following routes are available for this service:
All Verbs/pago/ReversarPago
AMDCReversarPagoRQ Parameters:
NameParameterData TypeRequiredDescription
IdTransaccionBancoquerystringNo
BancoquerystringNo
SucursalquerystringNo
UsuarioquerystringNo
TerminalquerystringNo
DatosBanco Parameters:
NameParameterData TypeRequiredDescription
BancoformstringNo
SucursalformstringNo
UsuarioformstringNo
TerminalformstringNo
AMDCReversarPagoRS Parameters:
NameParameterData TypeRequiredDescription
PagoReversadoRespuestaformResultadoTransaccionNo
TranIdformstringNo
CodeformstringNo
InfoMsgformstringNo
CoreRes Parameters:
NameParameterData TypeRequiredDescription
TranIdformstringNo
CodeformstringNo
InfoMsgformstringNo
ResultadoTransaccion Parameters:
NameParameterData TypeRequiredDescription
ResultadoformstringNo
MensajeResultadoformstringNo
FechaTransaccionformstringNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /pago/ReversarPago HTTP/1.1 
Host: soluser-recaudo.sgsas.co 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

{
	IdTransaccionBanco: String,
	Banco: String,
	Sucursal: String,
	Usuario: String,
	Terminal: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	PagoReversadoRespuesta: 
	{
		Resultado: String,
		Mensaje: String,
		FechaTransaccion: String
	},
	TranId: String,
	Code: String,
	InfoMsg: String
}