Autodesk Vault ProfessionalVault API

GetPackageDataByItemId Method

Autodesk.Connectivity.WebServicesPackageService

Gets the item info objects and BOM item info objects to be exported for the specified item

Required Permissions

ERPExport

Syntax

public PkgItemsAndBOM GetPackageDataByItemId(
   System.long itemID,
   BOMTyp bomType,
   System.DateTime dateOfInterest
)
Public Function GetPackageDataByItemId( _
   ByVal itemID As System.Long, _
   ByVal bomType As BOMTyp, _
   ByVal dateOfInterest As System.Date _
) As PkgItemsAndBOM

Parameters

NameDescription
itemIDthe iteration ID of the item to export
bomTypethe type of BOM data to export
dateOfInterestdate of interest for the BOM

Return Value

An object containing the exported items and BOM data

See Also