POST app/GetSeccionDetallePaginado

Request Information

URI Parameters

None.

Body Parameters

SeccionDetalleRQ
NameDescriptionTypeAdditional information
FechaInicial

date

None.

FechaFinal

date

None.

Dias

string

None.

NumeroPagina

string

None.

SeccionId

string

None.

CanalId

string

None.

HotelId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SeccionId": "sample string 1",
  "CanalId": "sample string 2",
  "HotelId": "sample string 3",
  "FechaInicial": "2026-01-12T11:03:38.6327082+00:00",
  "FechaFinal": "2026-01-12T11:03:38.6327082+00:00",
  "Dias": "sample string 3",
  "NumeroPagina": "sample string 4"
}

application/xml, text/xml

Sample:
<SeccionDetalleRQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/cms.Library">
  <CanalId>sample string 2</CanalId>
  <Dias>sample string 3</Dias>
  <FechaFinal>2026-01-12T11:03:38.6327082+00:00</FechaFinal>
  <FechaInicial>2026-01-12T11:03:38.6327082+00:00</FechaInicial>
  <HotelId>sample string 3</HotelId>
  <NumeroPagina>sample string 4</NumeroPagina>
  <SeccionId>sample string 1</SeccionId>
</SeccionDetalleRQ>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.