FrameAppWS

<back to all web services

AMDCGetObligacionesXArticuloRQ

Requires Authentication
The following routes are available for this service:
All Verbs/consulta/ConsultaDeudaXArticulo
AMDCGetObligacionesXArticuloRQ Parameters:
NameParameterData TypeRequiredDescription
NumeroDocumentoquerystringNo
AnioqueryintNo
IdTipoObligacionqueryintNo
PagoParcialqueryintNo
BancoquerystringNo
SucursalquerystringNo
UsuarioquerystringNo
TerminalquerystringNo
DatosBanco Parameters:
NameParameterData TypeRequiredDescription
BancoformstringNo
SucursalformstringNo
UsuarioformstringNo
TerminalformstringNo
AMDCGetObligacionesXArticuloRS Parameters:
NameParameterData TypeRequiredDescription
DeudaObligacionformDeuda_ObligacionNo
TranIdformstringNo
CodeformstringNo
InfoMsgformstringNo
CoreRes Parameters:
NameParameterData TypeRequiredDescription
TranIdformstringNo
CodeformstringNo
InfoMsgformstringNo
Deuda_Obligacion Parameters:
NameParameterData TypeRequiredDescription
ActorformstringNo
TotalformdoubleNo
AnioformintNo
DetalleObligacionformICollection<Detalle_Obligacion>No
Detalle_Obligacion Parameters:
NameParameterData TypeRequiredDescription
OrdenformintNo
IdObligacionformstringNo
ObligacionformstringNo
TipoObligacionformstringNo
ImpuestoformdecimalNo
TrenAseoformdecimalNo
BomberosformdecimalNo
OtrosformdecimalNo
InteresesformdecimalNo
DescuentoformdecimalNo
FechaExpiracionformstringNo
TotalFilaformdecimalNo
MensajeformstringNo

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

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

{
	DeudaObligacion: 
	{
		NombreContribuyente: String,
		TotalDeuda: 0,
		Anio: 0
	},
	TranId: String,
	Code: String,
	InfoMsg: String
}