NavigatorWebService PostBookingData Method Navigator Web Services Developer Documentation
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: DmsNavigator
Assembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax

public BookingData PostBookingData(
	BookingFields incomingFields
)

Parameters

incomingFields
Type: DmsNavigator BookingFields
jSON string representation of the BookingfFields class

Return Value

Type: BookingData
jSON string representation of the BookingData class

Implements

INavigatorWebService PostBookingData(BookingFields)
See Also