Click or drag to resize

projectInvoiceAndAdjustmentMaintenancegetNewPJInvDet_TRD Method

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 = "getNewPJInvDet_TRD", Description = "get a blank PJInvDet object")]
public PJInvDet getNewPJInvDet_TRD(
	PJInvDet inTemplate
)

Parameters

inTemplate
Type: ctDynamicsSLPJInvDet

Return Value

Type: PJInvDet
See Also