Click or drag to resize

projectInvoiceAndAdjustmentMaintenancegetBillTypesByID Method

Searches for PJCODE bill types by ID

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 = "getBillTypesByID", Description = "Searches for PJCODE bill types by ID")]
public PJCODE[] getBillTypesByID(
	string code_value
)

Parameters

code_value
Type: SystemString

Return Value

Type: PJCODE
See Also