Click or drag to resize

projectInvoiceAndAdjustmentMaintenanceeditPJInvDet Method

Add/Edit PJInvDet entries. Calls: xct_spDSLEditPJInvDet

Namespace:  ctDynamicsSL.project.flexibleBillings.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "editPJInvDet", Description = "Add/Edit PJInvDet entries.  Calls: xct_spDSLEditPJInvDet")]
public PJInvDet editPJInvDet(
	string actionType,
	PJInvDet inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLPJInvDet

Return Value

Type: PJInvDet
See Also