GET api/venpro/RespuestaRequerimiento/{ID}

Recupera la respuesta al requerimiento desde el sistema VENPRO.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.obtieneresprrequerimientoVenprodos
NameDescriptionTypeAdditional information
Status

AguasNuevas_SitioWeb_ServicioWeb.WSComercial.Status

None.

obtieneresprrequerimiento20

Collection of AguasNuevas_SitioWeb_ServicioWeb.WSComercial.obtieneresprrequerimiento20

None.

Response Formats

application/json, text/json

Sample:
{
  "statusField": {
    "isOKField": true,
    "mensajeField": "sample string 2",
    "tokenSoporteField": "sample string 3",
    "PropertyChanged": null
  },
  "obtieneresprrequerimiento20Field": [
    {
      "idField": "sample string 1",
      "rutField": "sample string 2",
      "fecha_ingresoField": "sample string 3",
      "fecha_respuestaField": "sample string 4",
      "tipoField": "sample string 5",
      "estadoField": "sample string 6",
      "glosa_requerimientoField": "sample string 7",
      "glosa_respuestaField": "sample string 8",
      "archivo_respuestaField": "sample string 9",
      "direccion_archivoField": "sample string 10",
      "PropertyChanged": null
    },
    {
      "idField": "sample string 1",
      "rutField": "sample string 2",
      "fecha_ingresoField": "sample string 3",
      "fecha_respuestaField": "sample string 4",
      "tipoField": "sample string 5",
      "estadoField": "sample string 6",
      "glosa_requerimientoField": "sample string 7",
      "glosa_respuestaField": "sample string 8",
      "archivo_respuestaField": "sample string 9",
      "direccion_archivoField": "sample string 10",
      "PropertyChanged": null
    }
  ],
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<obtieneresprrequerimientoVenprodos 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" />
  <obtieneresprrequerimiento20Field>
    <obtieneresprrequerimiento20>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <archivo_respuestaField>sample string 9</archivo_respuestaField>
      <direccion_archivoField>sample string 10</direccion_archivoField>
      <estadoField>sample string 6</estadoField>
      <fecha_ingresoField>sample string 3</fecha_ingresoField>
      <fecha_respuestaField>sample string 4</fecha_respuestaField>
      <glosa_requerimientoField>sample string 7</glosa_requerimientoField>
      <glosa_respuestaField>sample string 8</glosa_respuestaField>
      <idField>sample string 1</idField>
      <rutField>sample string 2</rutField>
      <tipoField>sample string 5</tipoField>
    </obtieneresprrequerimiento20>
    <obtieneresprrequerimiento20>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <archivo_respuestaField>sample string 9</archivo_respuestaField>
      <direccion_archivoField>sample string 10</direccion_archivoField>
      <estadoField>sample string 6</estadoField>
      <fecha_ingresoField>sample string 3</fecha_ingresoField>
      <fecha_respuestaField>sample string 4</fecha_respuestaField>
      <glosa_requerimientoField>sample string 7</glosa_requerimientoField>
      <glosa_respuestaField>sample string 8</glosa_respuestaField>
      <idField>sample string 1</idField>
      <rutField>sample string 2</rutField>
      <tipoField>sample string 5</tipoField>
    </obtieneresprrequerimiento20>
  </obtieneresprrequerimiento20Field>
  <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>
</obtieneresprrequerimientoVenprodos>