POST api/Pago/C60?strFechaDesde={strFechaDesde}&strFechaHasta={strFechaHasta}&intInstalacionId={intInstalacionId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
strFechaDesde

string

Required

strFechaHasta

string

Required

intInstalacionId

integer

Required

Body Parameters

Respuesta
NameDescriptionTypeAdditional information
booOK

boolean

None.

strValor

string

None.

strMensaje

string

None.

Request Formats

application/json, text/json

Sample:
{
  "booOK": true,
  "strValor": "sample string 2",
  "strMensaje": "sample string 3"
}

application/xml, text/xml

Sample:
<Respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestNotariaSql.Models">
  <booOK>true</booOK>
  <strMensaje>sample string 3</strMensaje>
  <strValor>sample string 2</strValor>
</Respuesta>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Respuesta
NameDescriptionTypeAdditional information
booOK

boolean

None.

strValor

string

None.

strMensaje

string

None.

Response Formats

application/json, text/json

Sample:
{
  "booOK": true,
  "strValor": "sample string 2",
  "strMensaje": "sample string 3"
}

application/xml, text/xml

Sample:
<Respuesta xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RestNotariaSql.Models">
  <booOK>true</booOK>
  <strMensaje>sample string 3</strMensaje>
  <strValor>sample string 2</strValor>
</Respuesta>