ProcessAccrualTransaction Method
When you use Siebel REST API to process an accrual transaction for the LWA LOY Transaction business component, the application takes the order number, total lines value, and request mode, together with the details of the transaction that are passed in by the Base LWA LOY Transaction integration object. ProcessAccrualTransaction uses this information to process or simulate the transactions for the specified order number.
Input Arguments
Input Arguments are summarized in the following table.
Name | Value | Description |
---|---|---|
Base LWA LOY Transaction |
Integration object |
Hierarchical Siebel integration object. |
OrderNumber |
String |
The order number for the transaction. |
RequestMode |
Process or Simulate |
Specify whether to process or simulate the transaction. |
TotalLines |
String |
The number of transactions in the REST request. |
Output Arguments
Output Arguments are summarized in the following table.
Name | Value | Description |
---|---|---|
Base LWA LOY Transaction |
Integration object |
Hierarchical Siebel integration object. |
Total Points |
String |
The number of points for the transaction. |