Nor-Pim is a Product Information Management System written for enterprise cloud environments with user interfaces tailored for PC, Web and Mobile.


FlightSearch REST Member

Method Name: FlightsWithBookingInformation

Parameters:

NameType
departureAirportIdSystem.Guid
arrivalAirportIdSystem.Guid
fromDateTimeSystem.DateTime
untilDateTimeSystem.DateTime

Properties of ( DTO ( Data transfer object ), OpenApi definition ( NSWag ) & Client side model )

NameType
Flight IdSystem.Guid
Airline Identifier CodeSystem.String
Flight NumberSystem.String
Departure Airport Identifier CodeSystem.String
Departure Airport NameSystem.String
Arrival Airport Identifier CodeSystem.String
Arrival Airport NameSystem.String
From Date TimeSystem.DateTime
Until Date TimeSystem.DateTime
Can Book FlagSystem.Boolean
Can Checkin FlagSystem.Boolean
In Flight FlagSystem.Boolean
Flights Booked CountSystem.Int32
Last Date Time Type NameSystem.String
Planned Departure Date TimeSystem.DateTime
Estimated Departure Date TimeSystem.DateTime

Service Operations


Notice that Curl, Powershell & Javascript includes Authentication and will work as expected, the Html version will fail since it does not include the correct header and is included just to point out this difference.
ReturnRestMethodParametersCurlPowershellHtmlJavaScript
List<FlightsWithBookingInformationDto>GETGetFlightsWithBookingInformationFlightsWithBookingInformationGetQuery query Go Go

JSON output from REST calls:

Result of GET call will end up here