GET api/sinc/DatosSolicitante/{Rut}

Datos del solicitante.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Rut

integer

Required

Body Parameters

None.

Response Information

Resource Description

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.datossolicitantesincdos
NameDescriptionTypeAdditional information
Status

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Status

None.

datossolicitante20

Collection of AguasNuevas_SitioWeb_ServicioWeb.WSComercial.datossolicitante20

None.

Response Formats

application/json, text/json

Sample:
{
  "statusField": {
    "isOKField": true,
    "mensajeField": "sample string 2",
    "tokenSoporteField": "sample string 3",
    "PropertyChanged": null
  },
  "datossolicitante20Field": [
    {
      "idField": "sample string 1",
      "rutField": "sample string 2",
      "nombreField": "sample string 3",
      "emailField": "sample string 4",
      "telefonoField": "sample string 5",
      "direccionField": "sample string 6",
      "telefono_celularField": "sample string 7",
      "PropertyChanged": null
    },
    {
      "idField": "sample string 1",
      "rutField": "sample string 2",
      "nombreField": "sample string 3",
      "emailField": "sample string 4",
      "telefonoField": "sample string 5",
      "direccionField": "sample string 6",
      "telefono_celularField": "sample string 7",
      "PropertyChanged": null
    }
  ],
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<datossolicitantesincdos 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" />
  <datossolicitante20Field>
    <datossolicitante20>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <direccionField>sample string 6</direccionField>
      <emailField>sample string 4</emailField>
      <idField>sample string 1</idField>
      <nombreField>sample string 3</nombreField>
      <rutField>sample string 2</rutField>
      <telefonoField>sample string 5</telefonoField>
      <telefono_celularField>sample string 7</telefono_celularField>
    </datossolicitante20>
    <datossolicitante20>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <direccionField>sample string 6</direccionField>
      <emailField>sample string 4</emailField>
      <idField>sample string 1</idField>
      <nombreField>sample string 3</nombreField>
      <rutField>sample string 2</rutField>
      <telefonoField>sample string 5</telefonoField>
      <telefono_celularField>sample string 7</telefono_celularField>
    </datossolicitante20>
  </datossolicitante20Field>
  <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>
</datossolicitantesincdos>