POST api/Tickets/GetDiasIncidenciaAbierta

Request Information

URI Parameters

None.

Body Parameters

RangoFechasRequest
NameDescriptionTypeAdditional information
FechaInicio

date

None.

FechaFin

date

None.

Request Formats

application/json, text/json

Sample:
{
  "FechaInicio": "2025-08-29T22:23:11.2566281+00:00",
  "FechaFin": "2025-08-29T22:23:11.2566281+00:00"
}

application/xml, text/xml

Sample:
<RangoFechasRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Core.Models">
  <FechaFin>2025-08-29T22:23:11.2566281+00:00</FechaFin>
  <FechaInicio>2025-08-29T22:23:11.2566281+00:00</FechaInicio>
</RangoFechasRequest>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RangoFechasRequest'.

Response Information

Resource Description

Collection of date

Response Formats

application/json, text/json

Sample:
[
  "2025-08-29T22:23:11.2723384+00:00",
  "2025-08-29T22:23:11.2723384+00:00"
]

application/xml, text/xml

Sample:
<ArrayOfNullableOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/System">
  <dateTime>2025-08-29T22:23:11.2723384+00:00</dateTime>
  <dateTime>2025-08-29T22:23:11.2723384+00:00</dateTime>
</ArrayOfNullableOfdateTime>