FrameAppWS

<back to all web services

AMDCGetTipoObligacionesRQ

Requires Authentication
The following routes are available for this service:
All Verbs/consulta/ListaTipoObligaciones
AMDCGetTipoObligacionesRQ Parameters:
NameParameterData TypeRequiredDescription
BancoquerystringNo
SucursalquerystringNo
UsuarioquerystringNo
TerminalquerystringNo
DatosBanco Parameters:
NameParameterData TypeRequiredDescription
BancoformstringNo
SucursalformstringNo
UsuarioformstringNo
TerminalformstringNo
AMDCGetTipoObligacionesRS Parameters:
NameParameterData TypeRequiredDescription
ListaObligacionesformList<Tipo_Obligacion>No
TranIdformstringNo
CodeformstringNo
InfoMsgformstringNo
CoreRes Parameters:
NameParameterData TypeRequiredDescription
TranIdformstringNo
CodeformstringNo
InfoMsgformstringNo
Tipo_Obligacion Parameters:
NameParameterData TypeRequiredDescription
IdObligacionformintNo
ObligacionformstringNo

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 /consulta/ListaTipoObligaciones HTTP/1.1 
Host: soluser-recaudo.sgsas.co 
Accept: text/jsv
Content-Type: text/jsv
Content-Length: length

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

{
	ListaObligaciones: 
	[
		{
			IdTipoImpuesto: 0,
			TipoImpuesto: String
		}
	],
	TranId: String,
	Code: String,
	InfoMsg: String
}