POST api/ffcc/RendicionObtener
Request Information
URI Parameters
None.
Body Parameters
AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatoRequestOfRendicionObtenerRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessToken | string |
None. |
|
| Dato | AguasNuevas_SitioWeb_ServicioWeb.WSffcc.RendicionObtenerRequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"accessTokenField": "sample string 1",
"datoField": {
"posIdField": 1,
"PropertyChanged": null
},
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<DatoRequestOfRendicionObtenerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.WSffcc">
<PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<accessTokenField>sample string 1</accessTokenField>
<datoField>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<posIdField>1</posIdField>
</datoField>
</DatoRequestOfRendicionObtenerRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatoResponseOfRendicionObtenerResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | AguasNuevas_SitioWeb_ServicioWeb.WSffcc.Status |
None. |
|
| Dato | AguasNuevas_SitioWeb_ServicioWeb.WSffcc.RendicionObtenerResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusField": {
"isOKField": true,
"codigoField": 2,
"mensajeField": "sample string 3",
"PropertyChanged": null
},
"datoField": {
"montoFinanciadoField": 1,
"datosEstadoField": {
"idField": 1,
"descripcionField": "sample string 2",
"fechaField": "sample string 3",
"motivoField": "sample string 4",
"PropertyChanged": null
},
"rendicionField": [
{
"idField": 1,
"docFechaField": "sample string 2",
"docNumeroField": 3,
"detalleField": "sample string 4",
"valorField": 5,
"archivoField": "sample string 6",
"archivoIdField": 7,
"archivo64Field": "sample string 8",
"creacionFechaField": "sample string 9",
"obsField": "sample string 10",
"eliminadoField": true,
"PropertyChanged": null
},
{
"idField": 1,
"docFechaField": "sample string 2",
"docNumeroField": 3,
"detalleField": "sample string 4",
"valorField": 5,
"archivoField": "sample string 6",
"archivoIdField": 7,
"archivo64Field": "sample string 8",
"creacionFechaField": "sample string 9",
"obsField": "sample string 10",
"eliminadoField": true,
"PropertyChanged": null
}
],
"PropertyChanged": null
},
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<DatoResponseOfRendicionObtenerResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.WSffcc">
<PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<datoField>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<datosEstadoField>
<PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<descripcionField>sample string 2</descripcionField>
<fechaField>sample string 3</fechaField>
<idField>1</idField>
<motivoField>sample string 4</motivoField>
</datosEstadoField>
<montoFinanciadoField>1</montoFinanciadoField>
<rendicionField>
<DatoRendicion>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<archivo64Field>sample string 8</archivo64Field>
<archivoField>sample string 6</archivoField>
<archivoIdField>7</archivoIdField>
<creacionFechaField>sample string 9</creacionFechaField>
<detalleField>sample string 4</detalleField>
<docFechaField>sample string 2</docFechaField>
<docNumeroField>3</docNumeroField>
<eliminadoField>true</eliminadoField>
<idField>1</idField>
<obsField>sample string 10</obsField>
<valorField>5</valorField>
</DatoRendicion>
<DatoRendicion>
<PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<archivo64Field>sample string 8</archivo64Field>
<archivoField>sample string 6</archivoField>
<archivoIdField>7</archivoIdField>
<creacionFechaField>sample string 9</creacionFechaField>
<detalleField>sample string 4</detalleField>
<docFechaField>sample string 2</docFechaField>
<docNumeroField>3</docNumeroField>
<eliminadoField>true</eliminadoField>
<idField>1</idField>
<obsField>sample string 10</obsField>
<valorField>5</valorField>
</DatoRendicion>
</rendicionField>
</datoField>
<statusField>
<PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<codigoField>2</codigoField>
<isOKField>true</isOKField>
<mensajeField>sample string 3</mensajeField>
</statusField>
</DatoResponseOfRendicionObtenerResponse>