24. Invoke an unbound function
GET http://services.odata.org/V4/TripPinService/GetNearestAirport(lat = 33, lon = -118)
OData support unbound custom functions. The unbound functions can be invoked either with parameters or not and unbound functions can be viewed in the $metadata. Note: OData functions CANNOT have side effect, so only GET verb is allowed.