GET api/LongStay?_site={_site}&_endDate={_endDate}&_endHour={_endHour}&_startDate={_startDate}&_startHour={_startHour}&_zone={_zone}

Retorna las disponibilidad de las cocheras, hora por hora, para el rango fecha/hora.

Request Information

Parameters

NameDescriptionAdditional information
_site

Define this parameter in the request URI.

_endDate

Define this parameter in the request URI.

_endHour

Define this parameter in the request URI.

_startDate

Define this parameter in the request URI.

_startHour

Define this parameter in the request URI.

_zone
No documentation available.

Define this parameter in the request URI.

Información de respuesta:

En los siguientes apartados de indican los formatos de respuesta. Para probar el servicio haga click en el boton probar api e ingrese su key en la cabecera del mensaje.

application/json, text/json

Ejemplo:
{
  "spacesField": "sample string 1",
  "dateSpacesListField": [
    {
      "dateField": "2024-10-16T13:26:48.3872987-03:00",
      "hourField": "sample string 2",
      "spacesField": "sample string 3",
      "zoneField": "sample string 4",
      "PropertyChanged": null
    },
    {
      "dateField": "2024-10-16T13:26:48.3872987-03:00",
      "hourField": "sample string 2",
      "spacesField": "sample string 3",
      "zoneField": "sample string 4",
      "PropertyChanged": null
    }
  ],
  "PropertyChanged": null
}

application/xml, text/xml

Ejemplo:
<ctQueryParkingSpacesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/wtapi.wsParkReferenceService">
  <PropertyChanged xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
  <dateSpacesListField>
    <ctDateSpaces>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <dateField>2024-10-16T13:26:48.3872987-03:00</dateField>
      <hourField>sample string 2</hourField>
      <spacesField>sample string 3</spacesField>
      <zoneField>sample string 4</zoneField>
    </ctDateSpaces>
    <ctDateSpaces>
      <PropertyChanged xmlns:d4p1="http://schemas.datacontract.org/2004/07/System.ComponentModel" i:nil="true" />
      <dateField>2024-10-16T13:26:48.3872987-03:00</dateField>
      <hourField>sample string 2</hourField>
      <spacesField>sample string 3</spacesField>
      <zoneField>sample string 4</zoneField>
    </ctDateSpaces>
  </dateSpacesListField>
  <spacesField>sample string 1</spacesField>
</ctQueryParkingSpacesResponse>