POST api/sinc/BuscarSolicitante

Buscar proyecto SINC

Request Information

URI Parameters

None.

Body Parameters

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.FiltrosSolicitanteBusqueda
NameDescriptionTypeAdditional information
Id

integer

None.

Rut

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "idField": 1,
  "rutField": 2,
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<FiltrosSolicitanteBusqueda 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" />
  <idField>1</idField>
  <rutField>2</rutField>
</FiltrosSolicitanteBusqueda>

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.FiltrosSolicitanteBusqueda'.

Response Information

Resource Description

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.DatoResponseOfSolicitanteDatos
NameDescriptionTypeAdditional information
Status

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Status

None.

Dato

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.SolicitanteDatos

None.

Response Formats

application/json, text/json

Sample:
{
  "statusField": {
    "isOKField": true,
    "mensajeField": "sample string 2",
    "tokenSoporteField": "sample string 3",
    "PropertyChanged": null
  },
  "datoField": {
    "esEmpresaField": true,
    "rutField": 2,
    "dvField": "sample string 3",
    "nombreField": "sample string 4",
    "giroField": "sample string 5",
    "apellidoPatField": "sample string 6",
    "apellidoMatField": "sample string 7",
    "emailField": "sample string 8",
    "calleField": "sample string 9",
    "nroMunicipalField": "sample string 10",
    "comunaField": "sample string 11",
    "ciudadField": "sample string 12",
    "comunaIdField": 13,
    "ciudadIdField": 14,
    "celularField": "sample string 15",
    "telefonoField": "sample string 16",
    "contactoRutField": 17,
    "contactoDvField": "sample string 18",
    "contactoNombreField": "sample string 19",
    "contactoApellidoPatField": "sample string 20",
    "contactoApellidoMatField": "sample string 21",
    "contactoCelularField": "sample string 22",
    "contactoTelefonoField": "sample string 23",
    "contactoEmailField": "sample string 24",
    "PropertyChanged": null
  },
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<DatoResponseOfSolicitanteDatos 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" />
    <apellidoMatField>sample string 7</apellidoMatField>
    <apellidoPatField>sample string 6</apellidoPatField>
    <calleField>sample string 9</calleField>
    <celularField>sample string 15</celularField>
    <ciudadField>sample string 12</ciudadField>
    <ciudadIdField>14</ciudadIdField>
    <comunaField>sample string 11</comunaField>
    <comunaIdField>13</comunaIdField>
    <contactoApellidoMatField>sample string 21</contactoApellidoMatField>
    <contactoApellidoPatField>sample string 20</contactoApellidoPatField>
    <contactoCelularField>sample string 22</contactoCelularField>
    <contactoDvField>sample string 18</contactoDvField>
    <contactoEmailField>sample string 24</contactoEmailField>
    <contactoNombreField>sample string 19</contactoNombreField>
    <contactoRutField>17</contactoRutField>
    <contactoTelefonoField>sample string 23</contactoTelefonoField>
    <dvField>sample string 3</dvField>
    <emailField>sample string 8</emailField>
    <esEmpresaField>true</esEmpresaField>
    <giroField>sample string 5</giroField>
    <nombreField>sample string 4</nombreField>
    <nroMunicipalField>sample string 10</nroMunicipalField>
    <rutField>2</rutField>
    <telefonoField>sample string 16</telefonoField>
  </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>
</DatoResponseOfSolicitanteDatos>