PUT api/sinc/Proyectista

Permite modificar proyectista en el sistema SINC

Request Information

URI Parameters

None.

Body Parameters

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ProyectistaEditarRequest
NameDescriptionTypeAdditional information
AccessToken

string

None.

Datos

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ProyectistaEditar

None.

Request Formats

application/json, text/json

Sample:
{
  "accessTokenField": "sample string 1",
  "datosField": {
    "idField": 1,
    "telefonoField": "sample string 2",
    "emailField": "sample string 3",
    "calleField": "sample string 4",
    "nroMunicipalField": "sample string 5",
    "comunaField": 6,
    "ciudadField": 7,
    "celularField": "sample string 8",
    "esProfesionalField": true,
    "universidadField": "sample string 10",
    "numCredencialField": "sample string 11",
    "fechaEmisionField": "sample string 12",
    "fechaVencimientoField": "sample string 13",
    "instaladorIdField": 14,
    "profesionIdField": 15,
    "nacionalidadField": "sample string 16",
    "archivoCedulaField": {
      "configIdField": 1,
      "archivo64Field": "sample string 2",
      "nombreField": "sample string 3",
      "idField": "sample string 4",
      "PropertyChanged": null
    },
    "archivoCertificadoTituloField": {
      "configIdField": 1,
      "archivo64Field": "sample string 2",
      "nombreField": "sample string 3",
      "idField": "sample string 4",
      "PropertyChanged": null
    },
    "archivoCredencialSISSField": {
      "configIdField": 1,
      "archivo64Field": "sample string 2",
      "nombreField": "sample string 3",
      "idField": "sample string 4",
      "PropertyChanged": null
    },
    "localidadesField": "sample string 17",
    "PropertyChanged": null
  },
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<ProyectistaEditarRequest 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" />
  <accessTokenField>sample string 1</accessTokenField>
  <datosField>
    <PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
    <archivoCedulaField>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <idField>sample string 4</idField>
      <nombreField>sample string 3</nombreField>
      <archivo64Field>sample string 2</archivo64Field>
      <configIdField>1</configIdField>
    </archivoCedulaField>
    <archivoCertificadoTituloField>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <idField>sample string 4</idField>
      <nombreField>sample string 3</nombreField>
      <archivo64Field>sample string 2</archivo64Field>
      <configIdField>1</configIdField>
    </archivoCertificadoTituloField>
    <archivoCredencialSISSField>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <idField>sample string 4</idField>
      <nombreField>sample string 3</nombreField>
      <archivo64Field>sample string 2</archivo64Field>
      <configIdField>1</configIdField>
    </archivoCredencialSISSField>
    <calleField>sample string 4</calleField>
    <celularField>sample string 8</celularField>
    <ciudadField>7</ciudadField>
    <comunaField>6</comunaField>
    <emailField>sample string 3</emailField>
    <esProfesionalField>true</esProfesionalField>
    <fechaEmisionField>sample string 12</fechaEmisionField>
    <fechaVencimientoField>sample string 13</fechaVencimientoField>
    <idField>1</idField>
    <instaladorIdField>14</instaladorIdField>
    <localidadesField>sample string 17</localidadesField>
    <nacionalidadField>sample string 16</nacionalidadField>
    <nroMunicipalField>sample string 5</nroMunicipalField>
    <numCredencialField>sample string 11</numCredencialField>
    <profesionIdField>15</profesionIdField>
    <telefonoField>sample string 2</telefonoField>
    <universidadField>sample string 10</universidadField>
  </datosField>
</ProyectistaEditarRequest>

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

Response Information

Resource Description

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ProyectistaEditarResponse
NameDescriptionTypeAdditional information
Status

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Status

None.

Response Formats

application/json, text/json

Sample:
{
  "statusField": {
    "isOKField": true,
    "mensajeField": "sample string 2",
    "tokenSoporteField": "sample string 3",
    "PropertyChanged": null
  },
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<ProyectistaEditarResponse 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" />
  <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>
</ProyectistaEditarResponse>