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: DmsNavigatorAssembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Parameters
- inFields
- Type: DmsNavigator ExtendedBookingData
DmsNavigator.ExtendedBookingData class in jSON format
Return Value
Type: StringThe 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