This is the main HTTP PUT update function that allows for a website to collate and then send booking information to the Navigator database
Namespace: DmsNavigatorAssembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Parameters
- incomingFields
- Type: DmsNavigator BookingFields
jSON string representation of the BookingfFields class
Return Value
Type: BookingDatajSON string representation of the BookingData class
Implements
INavigatorWebService PostBookingData(BookingFields)See Also