NavigatorWebService WriteBooking Method Navigator Web Services Developer Documentation
The WriteBooking function will write back the data fields identified in the GetBookings and GetLabourByBookingNumber routines. A zero Booking will denote that this is a new job, which needs to be created on the DMS. A zero labour LineNo will denote a new labour line

Namespace: DmsNavigator
Assembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax

public string WriteBooking(
	ExtendedBookingData inFields
)

Parameters

inFields
Type: DmsNavigator ExtendedBookingData
DmsNavigator.ExtendedBookingData class in jSON format

Return Value

Type: OnlineString
The Booking/Labour Line fields are returned in the response, which will include the new Booking Number and New labour line LineNo’s

Implements

INavigatorWebService WriteBooking(ExtendedBookingData)
See Also