POST api/sinc/RegistroInspeccion

Registrar inspeccion de Obra SINC

Request Information

URI Parameters

None.

Body Parameters

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.InspeccionObraRegistroRequest
NameDescriptionTypeAdditional information
AccessToken

string

None.

ObraId

integer

None.

Observacion

string

None.

Fecha

string

None.

Lat

string

None.

Lng

string

None.

Request Formats

application/json, text/json

Sample:
{
  "accessTokenField": "sample string 1",
  "obraIdField": 2,
  "observacionField": "sample string 3",
  "fechaField": "sample string 4",
  "latField": "sample string 5",
  "lngField": "sample string 6",
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<InspeccionObraRegistroRequest 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>
  <fechaField>sample string 4</fechaField>
  <latField>sample string 5</latField>
  <lngField>sample string 6</lngField>
  <obraIdField>2</obraIdField>
  <observacionField>sample string 3</observacionField>
</InspeccionObraRegistroRequest>

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

Response Information

Resource Description

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.DatoResponseOfInspeccionObraResponse
NameDescriptionTypeAdditional information
Status

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Status

None.

Dato

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.InspeccionObraResponse

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<DatoResponseOfInspeccionObraResponse 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" />
    <idField>1</idField>
  </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>
</DatoResponseOfInspeccionObraResponse>