POST api/ffcc/AdjudicacionObtener

Request Information

URI Parameters

None.

Body Parameters

AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatoRequestOfAdjudicacionObtenerRequest
NameDescriptionTypeAdditional information
AccessToken

string

None.

Dato

AguasNuevas_SitioWeb_ServicioWeb.WSffcc.AdjudicacionObtenerRequest

None.

Request Formats

application/json, text/json

Sample:
{
  "accessTokenField": "sample string 1",
  "datoField": {
    "idField": 1,
    "PropertyChanged": null
  },
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<DatoRequestOfAdjudicacionObtenerRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.WSffcc">
  <PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
  <accessTokenField>sample string 1</accessTokenField>
  <datoField>
    <PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
    <idField>1</idField>
  </datoField>
</DatoRequestOfAdjudicacionObtenerRequest>

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.WSffcc.DatoRequestOfAdjudicacionObtenerRequest'.

Response Information

Resource Description

AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatoResponseOfDatosAdjudicacion
NameDescriptionTypeAdditional information
Status

AguasNuevas_SitioWeb_ServicioWeb.WSffcc.Status

None.

Dato

AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatosAdjudicacion

None.

Response Formats

application/json, text/json

Sample:
{
  "statusField": {
    "isOKField": true,
    "codigoField": 2,
    "mensajeField": "sample string 3",
    "PropertyChanged": null
  },
  "datoField": {
    "idField": 1,
    "proyNombreField": "sample string 2",
    "proyObjetivoField": "sample string 3",
    "adjudicadoField": true,
    "tipoIdField": 5,
    "tipoField": "sample string 6",
    "observacionField": "sample string 7",
    "estadoIdField": 8,
    "estadoField": "sample string 9",
    "estadoFechaField": "sample string 10",
    "estadoMotivoField": "sample string 11",
    "bienesField": [
      {
        "idField": 1,
        "nombreField": "sample string 2",
        "montoSolField": 3,
        "montoAdjField": 4,
        "PropertyChanged": null
      },
      {
        "idField": 1,
        "nombreField": "sample string 2",
        "montoSolField": 3,
        "montoAdjField": 4,
        "PropertyChanged": null
      }
    ],
    "PropertyChanged": null
  },
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<DatoResponseOfDatosAdjudicacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AguasNuevas_SitioWeb_ServicioWeb.WSffcc">
  <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" />
    <adjudicadoField>true</adjudicadoField>
    <bienesField>
      <DatosBiene>
        <PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
        <idField>1</idField>
        <montoAdjField>4</montoAdjField>
        <montoSolField>3</montoSolField>
        <nombreField>sample string 2</nombreField>
      </DatosBiene>
      <DatosBiene>
        <PropertyChanged xmlns:d5p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
        <idField>1</idField>
        <montoAdjField>4</montoAdjField>
        <montoSolField>3</montoSolField>
        <nombreField>sample string 2</nombreField>
      </DatosBiene>
    </bienesField>
    <estadoFechaField>sample string 10</estadoFechaField>
    <estadoField>sample string 9</estadoField>
    <estadoIdField>8</estadoIdField>
    <estadoMotivoField>sample string 11</estadoMotivoField>
    <idField>1</idField>
    <observacionField>sample string 7</observacionField>
    <proyNombreField>sample string 2</proyNombreField>
    <proyObjetivoField>sample string 3</proyObjetivoField>
    <tipoField>sample string 6</tipoField>
    <tipoIdField>5</tipoIdField>
  </datoField>
  <statusField>
    <PropertyChanged xmlns:d3p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
    <codigoField>2</codigoField>
    <isOKField>true</isOKField>
    <mensajeField>sample string 3</mensajeField>
  </statusField>
</DatoResponseOfDatosAdjudicacion>