POST api/ffcc/ListarSolCambio

Request Information

URI Parameters

None.

Body Parameters

AguasNuevas_SitioWeb_ServicioWeb.WSffcc.ListarSolicitudCambioRequest
NameDescriptionTypeAdditional information
PosId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "posIdField": 1,
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<ListarSolicitudCambioRequest 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" />
  <posIdField>1</posIdField>
</ListarSolicitudCambioRequest>

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

Response Information

Resource Description

AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatosResponseOfDatosSolicitudCambio
NameDescriptionTypeAdditional information
Status

AguasNuevas_SitioWeb_ServicioWeb.WSffcc.Status

None.

Datos

Collection of AguasNuevas_SitioWeb_ServicioWeb.WSffcc.DatosSolicitudCambio

None.

Response Formats

application/json, text/json

Sample:
{
  "statusField": {
    "isOKField": true,
    "codigoField": 2,
    "mensajeField": "sample string 3",
    "PropertyChanged": null
  },
  "datosField": [
    {
      "idField": 1,
      "pestannaField": "sample string 2",
      "pestannaIdField": "sample string 3",
      "obsField": "sample string 4",
      "archivoField": "sample string 5",
      "archivoIdField": 6,
      "fechaField": "sample string 7",
      "PropertyChanged": null
    },
    {
      "idField": 1,
      "pestannaField": "sample string 2",
      "pestannaIdField": "sample string 3",
      "obsField": "sample string 4",
      "archivoField": "sample string 5",
      "archivoIdField": 6,
      "fechaField": "sample string 7",
      "PropertyChanged": null
    }
  ],
  "PropertyChanged": null
}

application/xml, text/xml

Sample:
<DatosResponseOfDatosSolicitudCambio 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" />
  <datosField>
    <DatosSolicitudCambio>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <archivoField>sample string 5</archivoField>
      <archivoIdField>6</archivoIdField>
      <fechaField>sample string 7</fechaField>
      <idField>1</idField>
      <obsField>sample string 4</obsField>
      <pestannaField>sample string 2</pestannaField>
      <pestannaIdField>sample string 3</pestannaIdField>
    </DatosSolicitudCambio>
    <DatosSolicitudCambio>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <archivoField>sample string 5</archivoField>
      <archivoIdField>6</archivoIdField>
      <fechaField>sample string 7</fechaField>
      <idField>1</idField>
      <obsField>sample string 4</obsField>
      <pestannaField>sample string 2</pestannaField>
      <pestannaIdField>sample string 3</pestannaIdField>
    </DatosSolicitudCambio>
  </datosField>
  <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>
</DatosResponseOfDatosSolicitudCambio>