fsresGetInventoryTransactions Class |
Retrieves the details of inventory transactions that have occured.
Inheritance Hierarchy
Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
[SerializableAttribute] [XmlTypeAttribute(Namespace = "http://www.fabsuite.com/xml/fabsuite-xml-response-v0108.xsd")] public class fsresGetInventoryTransactions : fsresCommand
The fsresGetInventoryTransactions type exposes the following members.
Constructors
Name | Description | |
---|---|---|
fsresGetInventoryTransactions |
fsresGetInventoryTransactions class constructor
|
Properties
Name | Description | |
---|---|---|
CommandGUID | (Inherited from fsresCommand.) | |
ErrorCode | (Inherited from fsresCommand.) | |
ErrorMessage | (Inherited from fsresCommand.) | |
HasMoreTransactions |
If true then the response was limited by the MaximumNumberOfRecordsToRetrieve value in the
request (or the default value if not specified in the request) and the GetInventoryTransactions
command should be executed again to get the remainder of the results.
| |
InventoryTransaction | ||
LastTransactionID |
The new maximum inventory transaction ID.
| |
Successful | (Inherited from fsresCommand.) |
See Also