GET api/venpro/DocumentosPendientes?Rut={Rut}&Factura={Factura}&Empresa={Empresa}&FechaDesde={FechaDesde}&FechaHasta={FechaHasta}&PaginaNumero={PaginaNumero}&PaginaTamano={PaginaTamano}
Recupera los documentos pendientes de pago desde el sistema VENPRO.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Rut | string |
Required |
|
| Factura | string |
Required |
|
| Empresa | integer |
Required |
|
| FechaDesde | string |
Required |
|
| FechaHasta | string |
Required |
|
| PaginaNumero | integer |
Required |
|
| PaginaTamano | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ListadoDocumentosVenprodos| Name | Description | Type | Additional information |
|---|---|---|---|
| Statuslist | AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Statuslist |
None. |
|
| ListadoDocumentos20 | Collection of AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ListadoDocumentos20 |
None. |
Response Formats
application/json, text/json
Sample:
{
"statuslistField": {
"isOKField": true,
"mensajeField": "sample string 2",
"cantidadPaginasField": 3,
"tokenSoporteField": "sample string 4",
"PropertyChanged": null
},
"listadoDocumentos20Field": [
{
"empresaField": "sample string 1",
"nroDocumentoField": "sample string 2",
"montoDocumentoField": "sample string 3",
"tipoDocumentoField": "sample string 4",
"estadoDocumentoField": "sample string 5",
"fechaEmisionField": "sample string 6",
"fechaRecepcionField": "sample string 7",
"fechaPagoField": "sample string 8",
"PropertyChanged": null
},
{
"empresaField": "sample string 1",
"nroDocumentoField": "sample string 2",
"montoDocumentoField": "sample string 3",
"tipoDocumentoField": "sample string 4",
"estadoDocumentoField": "sample string 5",
"fechaEmisionField": "sample string 6",
"fechaRecepcionField": "sample string 7",
"fechaPagoField": "sample string 8",
"PropertyChanged": null
}
],
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<ListadoDocumentosVenprodos xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.WSComercial">
<PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<listadoDocumentos20Field>
<ListadoDocumentos20>
<PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<empresaField>sample string 1</empresaField>
<estadoDocumentoField>sample string 5</estadoDocumentoField>
<fechaEmisionField>sample string 6</fechaEmisionField>
<fechaPagoField>sample string 8</fechaPagoField>
<fechaRecepcionField>sample string 7</fechaRecepcionField>
<montoDocumentoField>sample string 3</montoDocumentoField>
<nroDocumentoField>sample string 2</nroDocumentoField>
<tipoDocumentoField>sample string 4</tipoDocumentoField>
</ListadoDocumentos20>
<ListadoDocumentos20>
<PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<empresaField>sample string 1</empresaField>
<estadoDocumentoField>sample string 5</estadoDocumentoField>
<fechaEmisionField>sample string 6</fechaEmisionField>
<fechaPagoField>sample string 8</fechaPagoField>
<fechaRecepcionField>sample string 7</fechaRecepcionField>
<montoDocumentoField>sample string 3</montoDocumentoField>
<nroDocumentoField>sample string 2</nroDocumentoField>
<tipoDocumentoField>sample string 4</tipoDocumentoField>
</ListadoDocumentos20>
</listadoDocumentos20Field>
<statuslistField>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<cantidadPaginasField>3</cantidadPaginasField>
<isOKField>true</isOKField>
<mensajeField>sample string 2</mensajeField>
<tokenSoporteField>sample string 4</tokenSoporteField>
</statuslistField>
</ListadoDocumentosVenprodos>