API Reference

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

fsreqGetPurchaseOrderInformationPONumber Property

The purchase orders to retrieve the information from. If no PONumber elements are specified then all purchase orders will be returned.

Namespace:  FabSuiteRequestApi
Assembly:  FabSuiteRequestApi (in FabSuiteRequestApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[XmlElementAttribute("PONumber", DataType = "token")]
public List<string> PONumber { get; set; }

Property Value

Type: ListString
See Also