Click or drag to resize

MPInterfaceMARIContractBOMPosImport Method

Import BOM (bill of material) structures in to a sales contract.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public MARIContractPosReturnInfo MARIContractBOMPosImport(
	int ContractID,
	List<MARIContractPos> ListOfPositions,
	MARIContractPosReturnInfoeValidationMode ValidationMode
)

Parameters

ContractID
Type: SystemInt32
ListOfPositions
Type: System.Collections.GenericListMARIContractPos
ValidationMode
Type: MARIInterfaceMARIContractPosReturnInfoeValidationMode

Return Value

Type: MARIContractPosReturnInfo
Remarks