Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreatePartRequestDataAttributes

export
interface

CreatePartRequestDataAttributes

Hierarchy

  • CreatePartRequestDataAttributes

Index

Properties

Optional indexMetadata

indexMetadata?: boolean

Whether or not to index metadata in the part file. To ignore metadata from the part file and add your own, pass false for indexMetadata and supply custom metadata using the metadata field.

memberof

CreatePartRequestDataAttributes

Optional metadata

metadata?: {}

Additional metadata about the part and/or part-revision. This metadata will take precedence over any metadata that belongs to the part file if indexMetadata is specified.

memberof

CreatePartRequestDataAttributes

Optional name

name?: string

Name to be used for the root part.

memberof

CreatePartRequestDataAttributes

Optional revisionName

revisionName?: string

Optional name to be used for the part revision.

memberof

CreatePartRequestDataAttributes

Optional suppliedId

suppliedId?: string

ID provided for correlation. For example, an existing ID from a PLM system.

memberof

CreatePartRequestDataAttributes

Optional suppliedIdKey

suppliedIdKey?: string

Metadata key used to extract an ID used for correlation.

memberof

CreatePartRequestDataAttributes

Optional suppliedInstanceIdKey

suppliedInstanceIdKey?: string

Metadata key used to extract an ID used for correlation.

memberof

CreatePartRequestDataAttributes

Optional suppliedRevisionId

suppliedRevisionId?: string

ID provided for correlation. For example, an existing ID from a PLM system. Sending a new suppliedRevisionId combined with an existing suppliedId will create a new part revision for an existing part.

memberof

CreatePartRequestDataAttributes

Optional suppliedRevisionIdKey

suppliedRevisionIdKey?: string

Metadata key used to extract an ID used for correlation.

memberof

CreatePartRequestDataAttributes