I am trying to explore Amadeus API.My use-case is to search for flight at a particular duration. I checked for Flight Offer search with below params but getting error.
Please suggest on how can i pass time along with date to get flight details along with price.
{
"errors": [
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "departureDate format is YYYY-MM-DD",
"source": {
"pointer": "departureDate",
"example": "2030-12-31"
}
},
{
"status": 400,
"code": 477,
"title": "INVALID FORMAT",
"detail": "returnDate format is YYYY-MM-DD",
"source": {
"pointer": "returnDate",
"example": "2030-12-31"
}
}
]
}