-
Notifications
You must be signed in to change notification settings - Fork 2
WSTransactionModificationDetail
Gonzalo Silva Vera edited this page Nov 25, 2025
·
1 revision
This structure represents a transaction line.
WSTransactionModificationDetail members
| Name | Type | Description |
|---|---|---|
| GLAccountCode | String | The GL Account code whose balance is going to change due to the transaction line. |
| IsControlLine | Boolean | True for a line on the debtors or creditors control of a sales or purchases transaction. |
| IsTaxLine | Boolean | True for a line on sales or purchases tax control account of a sales or purchases transaction. |
| IsStockLine | Boolean | True for a line on the stock opening/closing control account of a sales or purchases transaction. |
| Amount | Decimal | Amount of the transaction line. Positive for an increase in balance and negative for a decrease. It is expressed in the currency of the transaction line. |
| BCAmount | Decimal | Amount of the transaction line. Positive for an increase in balance and negative for a decrease. It is expressed in the currency of the system. |
| TaxID | String | This can be null. If not, it contains the ID of a tax code linked to the current transaction line then this informs on the tax code and rate being applied. |
| DepartmentID | String | This can be null. If not, it contains the department ID that has been linked with the movement. It is used for reporting purposes. |
| FieldChanged | String | Field that was modified. |
| BeforeValue | String | Value before the modification was saved. |
| AfterValue | String | Value after the modification was saved. |
| UserID | String | User that modified the transaction. |
| ModificationDate | DateTime | Date when the transaction was modified. |