Field | Type | Description |
| code | String | The account code |
description | String | The account name |
accountTypeCode | String | Code of the accounts account type |
ClientId | Integer | Identifier of the accounts client |
currentInterestProfileCode | String | Code of the interest profile for the current ledger |
futureInterestProfileCode | String | Code of the interest profile for the future ledger |
dealerAccountCode | String | Code of the accounts dealer |
currencyCode | String | Code of the accounts currency |
companyCode | String | Code of the accounts company |
regionCode | String | Code of the accounts region |
firstAnalysisCode | String | Code of the first analysis code |
secondAnalysisCode | String | Code of the second analysis code |
vendorProgramCode | String | Code of the accounts vendor program |
sourceCode | String | Code of the accounts source |
notes | String | Notes for the account |
openDate | Date | Date the account was opened |
nextInstalmentDate | Date | Date of the next instalment |
instalmentFrequency | Integer | Frequency at which instalments will be made |
dealerProfileCode | String | Code of the accounts dealer profile |
instalmentDay | Integer | Day on which instalments will be made |
instalmentAmount | Decimal | Amount of the instalment |
interestOnlyPercentage | Decimal | Percentage of the loan that is interest only |
maturityDate | Date | Date on which the loan will mature |
reviewDate | Date | Date on which the loan will be reviewed |
mortgageReference | String | Reference for mortgage loans |
overdraftLimit | Decimal | Limit of the loan facility |

HTTP Status Code | Type |
200 | OK (Success) |
400 | Bad Request (request format error or validation failure) |
401 | Unauthorised (not Authenticated) |
403 | Forbidden (invalid Authorisation) |
503 | Service Unavailable (due to maintenance) |