API Reference

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

fsresInventoryTransactionDateActionOccured Property

Date the action occured. This will usually be the same date that is in TransactionDateTime, the exception being if the action was back-dated in FabSuite. For example, if material was received in the shop on 7/31/2011 but not recorded in FabSuite until 8/1/2011 then the TransactionDateTime will be 2011-08-01... and DateActionOccured will be 2011-07-31.

Namespace:  FabSuiteResponseApi
Assembly:  FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[XmlElementAttribute(DataType = "date")]
public DateTime DateActionOccured { get; set; }

Property Value

Type: DateTime
See Also