PUT api/flight/date/{flightId}
Switches Flight Date in the database
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| flightId |
Flight ID |
integer |
Required |
Body Parameters
Date Object from UI
dateRequest Formats
application/json, text/json
Sample:
"2026-08-24T19:49:52.4465927-05:00"
application/xml, text/xml
Sample:
<dateTime xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2026-08-24T19:49:52.4465927-05:00</dateTime>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Action Result
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.