POST api/sinc/BuscarFactibilidad

Buscar factibilidad SINC

Request Information

URI Parameters

None.

Body Parameters

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.FiltroBusqueda
NameDescriptionTypeAdditional information
EmpresaId

integer

None.

Id

integer

None.

Numero

string

None.

PlanoTieneQR

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "empresaIdField": 1,
  "idField": 2,
  "numeroField": "sample string 3",
  "planoTieneQRField": true,
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<FiltroBusqueda 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" />
  <empresaIdField>1</empresaIdField>
  <idField>2</idField>
  <numeroField>sample string 3</numeroField>
  <planoTieneQRField>true</planoTieneQRField>
</FiltroBusqueda>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'System.Web.Http.ModelBinding.JQueryMvcFormUrlEncodedFormatter' to write type 'AguasNuevas_SitioWeb_ServicioWeb.WSComercial.FiltroBusqueda'.

Response Information

Resource Description

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.DatoResponseOfDatosResultadoFactibilidad
NameDescriptionTypeAdditional information
Status

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Status

None.

Dato

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.DatosResultadoFactibilidad

None.

Response Formats

application/json, text/json

Sample:
{
  "statusField": {
    "isOKField": true,
    "mensajeField": "sample string 2",
    "tokenSoporteField": "sample string 3",
    "PropertyChanged": null
  },
  "datoField": {
    "idField": 1,
    "empresaIdField": 2,
    "solicitudIdField": 3,
    "numeroField": "sample string 4",
    "calleField": "sample string 5",
    "calleNumeroField": "sample string 6",
    "localidadField": "sample string 7",
    "materiaField": "sample string 8",
    "tipoField": "sample string 9",
    "numeroViviendaField": "sample string 10",
    "fVencimientoField": "sample string 11",
    "PropertyChanged": null
  },
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<DatoResponseOfDatosResultadoFactibilidad 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" />
  <datoField>
    <PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
    <calleField>sample string 5</calleField>
    <calleNumeroField>sample string 6</calleNumeroField>
    <empresaIdField>2</empresaIdField>
    <fVencimientoField>sample string 11</fVencimientoField>
    <idField>1</idField>
    <localidadField>sample string 7</localidadField>
    <materiaField>sample string 8</materiaField>
    <numeroField>sample string 4</numeroField>
    <numeroViviendaField>sample string 10</numeroViviendaField>
    <solicitudIdField>3</solicitudIdField>
    <tipoField>sample string 9</tipoField>
  </datoField>
  <statusField>
    <PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
    <isOKField>true</isOKField>
    <mensajeField>sample string 2</mensajeField>
    <tokenSoporteField>sample string 3</tokenSoporteField>
  </statusField>
</DatoResponseOfDatosResultadoFactibilidad>