GET api/v1/trialflightsregistrations/availabledates/{clubKey}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clubKey

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of date

Response Formats

application/json, text/json

Sample:
[
  "2024-03-28T12:37:01.7531522+01:00",
  "2024-03-28T12:37:01.7531522+01:00"
]

text/html

Sample:
["2024-03-28T12:37:01.7531522+01:00","2024-03-28T12:37:01.7531522+01:00"]

application/xml, text/xml

Sample:
<ArrayOfdateTime xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <dateTime>2024-03-28T12:37:01.7531522+01:00</dateTime>
  <dateTime>2024-03-28T12:37:01.7531522+01:00</dateTime>
</ArrayOfdateTime>