![]() | fsresGetInventoryTransactions Class |
Retrieves the details of inventory transactions that have occured.

Namespace: FabSuiteResponseApi
Assembly: FabSuiteResponseApi (in FabSuiteResponseApi.dll) Version: 1.0.0.0 (1.0.0.0)

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.

Name | Description | |
---|---|---|
![]() | fsresGetInventoryTransactions |
fsresGetInventoryTransactions class constructor
|

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.) |
