POST api/sinc/PlanosSolicitud

Obtener los planos de una solicitud 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.DatosResponseOfArchivoPlano
NameDescriptionTypeAdditional information
Status

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Status

None.

Datos

Collection of AguasNuevas_SitioWeb_ServicioWeb.WSComercial.ArchivoPlano

None.

Response Formats

application/json, text/json

Sample:
{
  "statusField": {
    "isOKField": true,
    "mensajeField": "sample string 2",
    "tokenSoporteField": "sample string 3",
    "PropertyChanged": null
  },
  "datosField": [
    {
      "tipoIDField": 1,
      "tipoField": "sample string 2",
      "configIdField": 3,
      "archivo64Field": "sample string 4",
      "nombreField": "sample string 5",
      "idField": "sample string 6",
      "PropertyChanged": null
    },
    {
      "tipoIDField": 1,
      "tipoField": "sample string 2",
      "configIdField": 3,
      "archivo64Field": "sample string 4",
      "nombreField": "sample string 5",
      "idField": "sample string 6",
      "PropertyChanged": null
    }
  ],
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<DatosResponseOfArchivoPlano 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" />
  <datosField>
    <ArchivoPlano>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <idField>sample string 6</idField>
      <nombreField>sample string 5</nombreField>
      <archivo64Field>sample string 4</archivo64Field>
      <configIdField>3</configIdField>
      <tipoField>sample string 2</tipoField>
      <tipoIDField>1</tipoIDField>
    </ArchivoPlano>
    <ArchivoPlano>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <idField>sample string 6</idField>
      <nombreField>sample string 5</nombreField>
      <archivo64Field>sample string 4</archivo64Field>
      <configIdField>3</configIdField>
      <tipoField>sample string 2</tipoField>
      <tipoIDField>1</tipoIDField>
    </ArchivoPlano>
  </datosField>
  <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>
</DatosResponseOfArchivoPlano>