Autodesk Vault ProfessionalVault API

PackageService Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains methods for importing and exporting item data.

Syntax

public sealed class PackageService : PackageServiceBase, IWebService  
Public NotInheritable Class PackageService
   Inherits PackageServiceBase
   Implements IWebService 

Methods

NameDescription
CheckRolePermissionsCheck if the current logged in user has permission to execute specific web service APIs
CommitImportedDataCommits the item contained in the packageData to complete the import process
DeletePackageDeletes a package from the ERP file store.
DownloadPackagePartDownloads a package from the server that was created by ExportToPackage
ExportToPackageCreates a package on the server based on the input packageData, fileFormat, and mappingInfo
GetAllPackagesGets all the packages in the ERP file store.
GetLatestPackageDataByItemIdsGets the item info objects and BOM item info objects to be exported for the specific item IDs
GetPackageDataByItemIdGets the item info objects and BOM item info objects to be exported for the specified item
GetPreviewInfoGets a preview of an uploaded package for import
ImportFromPackageReturns the package data that will be imported from an uploaded package
ResolveImportedDataUpdates existing package items (returned from ImportFromPackage) that require updates.
UploadPackagePartUploads a part of the import file contents to the server

Returned By

Where you get a PackageService — members that return one.

Inheritance Hierarchy

See Also