Autodesk Vault ProfessionalVault API

GetLatestPackageDataByItemIds Method

Autodesk.Connectivity.WebServicesPackageService

Gets the item info objects and BOM item info objects to be exported for the specific item IDs

Required Permissions

ERPExport

Syntax

public PkgItemsAndBOM GetLatestPackageDataByItemIds(
   System.long[] itemIDs,
   BOMTyp bomType
)
Public Function GetLatestPackageDataByItemIds( _
   ByVal itemIDs() As System.Long, _
   ByVal bomType As BOMTyp _
) As PkgItemsAndBOM

Parameters

NameDescription
itemIDsiteration item IDs of the items to export
bomTypethe type of BOM data to export

Return Value

PkgItemsAndBOM object representing the items

See Also