Click or drag to resize

WSLaborLevelDetailLaborLevelDetailAdd Method


Namespace: AppOne.Web.Service.Services.V1R0.Customer
Assembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax
public int LaborLevelDetailAdd(
	LaborLevelDetailModel labor
)

Parameters

labor  LaborLevelDetailModel
A new LaborLevelDetailModel object

Return Value

Int32
The newly created ID of the passed in LaborLevelDetailModel
Remarks
Use this method to add a single LaborLevelDetailModel object to a specific parent LaborLevelModel.

Note  Note
A LaborLevelDetailModel.LLID element will be the key ID of its parent LaborLevelModel.LLID element.
See Also