Get Account Type API

Get Account Type API

Description

Get details for a specific account type

Security

Get details for a specific account type

URL

Parameters        

  1. accountTypeId: [Required, part of URL] accountType to retrieve

Response

AccountTypeDto

FieldTypeDescription
idIntegerThe accountType ID
code
String
The accountType code
accountTypeDetailLink
Link
URL for the accountType details
active
Boolean
True if the accountType is active
description
String
The description of account type

Example

Notes

{                                                                                                                                         
"id": 0,
"code": "string",
"active": true,
"accountTypeDetailsLink": {
      "description": "string",
      "url": "string"
      }

Error Codes

HTTP Status CodeType
200OK (Success)
400Bad Request (request format error)
401Unauthorised (not Authenticated)
403Forbidden (invalid Authorisation)
404
Account Type not found
503Service Unavailable (due to maintenance)

Online Documentation




    • Related Articles

    • Get All Account Types API

      Description Get a list of all account types in the system Security Logged in user has account type API permissions URL GET http://exampleserver.com/api/ accountTypes? accountTypeCode={accountTypeCode}&description={description}&activeOnly={false} ...
    • Get Account Transactions API

      Description Retrieve the transactions for an account Security Logged in user has account API permissions URL GET ...
    • Get Interest Profile API

      Description Get details for a specific interest profile Security Logged in user has interest profile API permissions URL GET http://exampleserver.com/api/ interestProfiles/{ interestProfileId} Parameters interestProfileId: [Required, part of URL] ...
    • Get Client API

      Description Get details for a specific client Security Logged in user has client API permissions URL GET http://exampleserver.com/api/v6/clients/{clientId} Parameters clientId: [Required, part of URL] client to retrieve Response ClientDto Field Type ...
    • Get Account Details API

      Description Retrieve the system specific details for an account Security Logged in user has account API permissions URL GET http://exampleserver.com/api/{system}/{accountId}?calculationDate=date Parameters system: [Required, part of URL] One of (case ...