POST api/ffcc/Procesos
Request Information
URI Parameters
None.
Body Parameters
AguasNuevas_SitioWeb_ServicioWeb.WSffcc.ListarProcesoRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| EmpresaId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"empresaIdField": 1,
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<ListarProcesoRequest 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" /> <empresaIdField>1</empresaIdField> </ListarProcesoRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatosResponseOfListarProcesoResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | AguasNuevas_SitioWeb_ServicioWeb.WSffcc.Status |
None. |
|
| Datos | Collection of AguasNuevas_SitioWeb_ServicioWeb.WSffcc.ListarProcesoResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"statusField": {
"isOKField": true,
"codigoField": 2,
"mensajeField": "sample string 3",
"PropertyChanged": null
},
"datosField": [
{
"idField": 1,
"descripcionField": "sample string 2",
"estadoIdField": 3,
"estadoField": "sample string 4",
"puedePostularField": true,
"PropertyChanged": null
},
{
"idField": 1,
"descripcionField": "sample string 2",
"estadoIdField": 3,
"estadoField": "sample string 4",
"puedePostularField": true,
"PropertyChanged": null
}
],
"PropertyChanged": null
}
application/xml, text/xml
Sample:
<DatosResponseOfListarProcesoResponse 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" />
<datosField>
<ListarProcesoResponse>
<PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<descripcionField>sample string 2</descripcionField>
<estadoField>sample string 4</estadoField>
<estadoIdField>3</estadoIdField>
<idField>1</idField>
<puedePostularField>true</puedePostularField>
</ListarProcesoResponse>
<ListarProcesoResponse>
<PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
<descripcionField>sample string 2</descripcionField>
<estadoField>sample string 4</estadoField>
<estadoIdField>3</estadoIdField>
<idField>1</idField>
<puedePostularField>true</puedePostularField>
</ListarProcesoResponse>
</datosField>
<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>
</DatosResponseOfListarProcesoResponse>