OrderCharges
Use this endpoint to read order charges. Returns charge definitions including amounts, codes, GL accounts, and VAT information used in sales orders.
Columns
| Name | Type | Description |
| ID [KEY] | String | Primary key |
| Active | Bool | Active status indicator |
| Amount | Double | Amount of order charge |
| Code | String | Code of the order charge |
| Created | Datetime | Creation date |
| Creator | String | User ID of creator |
| CreatorFullName | String | Name of creator |
| Description | String | Description of order charge |
| Division | Int | Division code |
| GLAccount | String | ID of GLAccount |
| GLAccountCode | String | Code of GLAccount |
| GLAccountDescription | String | Description of GLAccount |
| Modified | Datetime | Last modified date |
| Modifier | String | User ID of modifier |
| ModifierFullName | String | Name of modifier |
| VATCode | String | VAT Code |
| VATDescription | String | Description of VAT Code |
| VATPercentage | Double | The VAT Percentage of the VAT Code |