API Reference

This is the reference documentation of Tekla PowerFab Open API. The API contains request and response namespaces.

fsreqGetInventoryTransactionsReportableChanges Property

Indicates the transactions to retrieve, based on the changes that the transaction caused.

Namespace:  FabSuiteRequestApi
Assembly:  FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[XmlArrayItemAttribute("ReportableChange", IsNullable = false)]
public List<fsreqReportableChangesReportableChange> ReportableChanges { get; set; }

Property Value

Type: ListfsreqReportableChangesReportableChange
See Also