NavigatorWebService WriteLabourByBookingNumberXml Method Navigator Web Services Developer Documentation
The WriteLabourByBookingNumber 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 WriteLabourByBookingNumberXml(
	Labour incomingFields
)

Parameters

incomingFields
Type: DmsNavigator Labour
DmsNavigator.Labour class in XML 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 WriteLabourByBookingNumberXml(Labour)
See Also