Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.56 KB

ProductDataDto.md

File metadata and controls

15 lines (11 loc) · 1.56 KB

ProductDataDto

Properties

Name Type Description Notes
id str Elements GUID identifier.
vendor PartyInformationDto This PartyInformation is used to describe details about the vendor of this ProductData. [optional]
articles list[ArticleDataDto] The collection of ArticleData that describe this product, e.g. a pipe product could be composed out of multiple pipe segments and fittings. [optional]
short_text str Short description for this ITextElement element. [optional]
long_text str Detailed description for this ITextElement element. When the HtmlLongText is set, this is automatically overwritten and filled with the appropriate plain text representation of the Html text. Vice versa, setting this property overrides the HtmlLongText. [optional]
html_long_text str This contains the Html representation of the Longtext. When the LongText is set, this is automatically overwritten and filled with the appropriate Html representation of the plaintext. Vice versa, setting this property overrides the LongText. GAEB 90 and GAEB 2000 exports do not support any image functionality. In GAEB XML, only images that use an embedded Base64 data uri are exported, regular url references are cleared before written out. [optional]

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