GET api/venpro/Requerimientos?Rut={Rut}&Id={Id}&Empresa={Empresa}&Estado={Estado}&FechaDesde={FechaDesde}&FechaHasta={FechaHasta}&PaginaNumero={PaginaNumero}&PaginaTamano={PaginaTamano}
Recupera los requerimientos del proveedor desde el sistema VENPRO.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Rut | string |
Required |
|
| Id | string |
Required |
|
| Empresa | integer |
Required |
|
| Estado | 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.ListadoRequerimientosVenprodos| Name | Description | Type | Additional information |
|---|---|---|---|
| Statuslist | AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Statuslist |
None. |
|
| ListadoDocumentos20 | Collection of AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ListadoRequerimientos20 |
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",
"idField": "sample string 2",
"fecha_ingresoField": "sample string 3",
"fecha_respuestaField": "sample string 4",
"estadoField": "sample string 5",
"tipoField": "sample string 6",
"PropertyChanged": null
},
{
"empresaField": "sample string 1",
"idField": "sample string 2",
"fecha_ingresoField": "sample string 3",
"fecha_respuestaField": "sample string 4",
"estadoField": "sample string 5",
"tipoField": "sample string 6",
"PropertyChanged": null
}
],
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<ListadoRequerimientosVenprodos 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>
<ListadoRequerimientos20>
<PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<empresaField>sample string 1</empresaField>
<estadoField>sample string 5</estadoField>
<fecha_ingresoField>sample string 3</fecha_ingresoField>
<fecha_respuestaField>sample string 4</fecha_respuestaField>
<idField>sample string 2</idField>
<tipoField>sample string 6</tipoField>
</ListadoRequerimientos20>
<ListadoRequerimientos20>
<PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<empresaField>sample string 1</empresaField>
<estadoField>sample string 5</estadoField>
<fecha_ingresoField>sample string 3</fecha_ingresoField>
<fecha_respuestaField>sample string 4</fecha_respuestaField>
<idField>sample string 2</idField>
<tipoField>sample string 6</tipoField>
</ListadoRequerimientos20>
</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>
</ListadoRequerimientosVenprodos>