POST api/ffcc/RendicionEnviar
Request Information
URI Parameters
None.
Body Parameters
AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatoRequestOfRendicionEnvioRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AccessToken | string |
None. |
|
| Dato | AguasNuevas_SitioWeb_ServicioWeb.WSffcc.RendicionEnvioRequest |
None. |
Request Formats
application/json, text/json
Sample:
{
"accessTokenField": "sample string 1",
"datoField": {
"posIdField": 1,
"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:
<DatoRequestOfRendicionEnvioRequest 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>
<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>
</DatoRequestOfRendicionEnvioRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | AguasNuevas_SitioWeb_ServicioWeb.WSffcc.Status |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusField": {
"isOKField": true,
"codigoField": 2,
"mensajeField": "sample string 3",
"PropertyChanged": null
},
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<DatoResponse 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" />
<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>
</DatoResponse>