Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.8 KB

PostAvaProjectValidationSourceOptions.md

File metadata and controls

16 lines (12 loc) · 1.8 KB

PostAvaProjectValidationSourceOptions

Properties

Name Type Description Notes
ava_project \Dangl\AVACloud\Model\ProjectDto The project that should be validated
service_specification_index int The index of the ServiceSpecification that should be validated. If not given, will default to the first one in the project. [optional]
validation_type \Dangl\AVACloud\Model\ValidationType This can optionally be specified to simulate a conversion to a specific target.
exchange_phase \Dangl\AVACloud\Model\ExchangePhaseDto This can optionally be supplied to test for a specific exchange phase. For example, missing prices will only trigger errors in some specific exchange phases. Please note: If a conversion to a specific format, e.g. GAEB or ÖNorm, is given, this parameter is not applied to the internal conversion. The converter options must be set in the appropriate properties as well. [optional]
ava_source_options \Dangl\AVACloud\Model\PostAvaSourceOptions Options for importing the AVA project [optional]
oenorm_destination_options \Dangl\AVACloud\Model\PostOenormDestinationOptions Options for conversion to Oenorm. Should be given if ValidationType is set to Oenorm. [optional]
gaeb_destination_options \Dangl\AVACloud\Model\PostGaebDestinationOptions Options for conversion to GAEB. Should be given if ValidationType is set to GAEB. [optional]

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