NavigatorWebService PostBookingDataXml 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 PostBookingDataXml(
	BookingFields incomingFields
)

Parameters

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

Return Value

Type: BookingData
XML string representation of the BookingData class

Implements

INavigatorWebService PostBookingDataXml(BookingFields)
See Also