Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.21 KB

CatalogueReferenceDto.md

File metadata and controls

15 lines (10 loc) · 1.21 KB

CatalogueReferenceDto

Properties

Name Type Description Notes
Id string Elements GUID identifier.
CatalogueReferenceKey string This points to the item in the catalogue itself. This means that, for example when this quantity assignment references a "DIN 276" catalogue, this property indicates the number / identifier / key in DIN 276 that is referenced. [optional]
CatalogueReferenceId string The Id of the CatalogueReference that is targeted by this item. Set this property to set the referenced catalogue.
ProjectCatalogues []CatalogueDto These are CatalogueReference that are used within this ServiceSpecification. Catalogue references are used to describe catalogues, or collections, that can be used to describe elements with commonly known properties. For example, QuantityAssignments use these to categorize themselves. [optional]
Catalogue CatalogueDto [optional]

[Back to Model list] [Back to API list] [Back to README]