Click or drag to resize

projectInventoryAllocationeditINProjAllocTranWithDoc Method

Edits the records for the INProjAllocTran table.

Namespace:  ctDynamicsSL.inventory.inventory.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "editINProjAllocTranWithDoc", Description = "Edits the records for the INProjAllocTran table.")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public INProjAllocTran editINProjAllocTranWithDoc(
	string actionType,
	INProjAllocDoc inINProjAllocDoc,
	INProjAllocTran inItem
)

Parameters

actionType
Type: SystemString
inINProjAllocDoc
Type: ctDynamicsSLINProjAllocDoc
inItem
Type: ctDynamicsSLINProjAllocTran

Return Value

Type: INProjAllocTran
See Also