Get client options

GET /api/v2/clients/options

This endpoint provides a comprehensive list of valid options for each field. The response example displayed is only a summarised version of the actual list. By using this endpoint, a complete list of available options for each field can be retrieved.

Responses

  • 200 application/json

    Success

    Hide response attributes Show response attributes object
    • success boolean

      Default value is true.

    • data object
      Hide data attributes Show data attributes object
      • Gender object
        Hide Gender attributes Show Gender attributes object
        • 1 string

          Value is Male.

        • 2 string

          Value is Female.

        • 3 string

          Value is Other.

      • AddressCountryCode object
        Hide AddressCountryCode attributes Show AddressCountryCode attributes object
        • 4 string

          Value is Afghanistan.

        • 8 string

          Value is Albania.

        • 10 string

          Value is Antarctica.

      • MaritalStatus object
        Hide MaritalStatus attributes Show MaritalStatus attributes object
        • 1 string

          Value is Single.

        • 2 string

          Value is Married.

        • 3 string

          Value is Divorced.

      • IncomeTaxArea object
        Hide IncomeTaxArea attributes Show IncomeTaxArea attributes object
        • 1 string

          Value is UK excluding Scotland.

        • 2 string

          Value is Scotland.

        • 3 string

          Value is Other.

        • 4 string

          Value is All at 20%.

        • 5 string

          Value is No Tax Applied.

      • AdviserUserGUID object
        Hide AdviserUserGUID attributes Show AdviserUserGUID attributes object
        • D70E4745-6A3E-4706-A3C3-00ED8F547125 string

          Value is Tom Smith.

        • 4942FBED-B65C-D6C3-1918-2FDC0E649FB9 string

          Value is Jack Jones.

        • 3AEB3DEF-3986-4116-73F4-3EBA8622CB97 string

          Value is John Adams.

      • ATRGUID object
        Hide ATRGUID attributes Show ATRGUID attributes object
        • 52BF5326-A91B-4698-9B17-49178A9233D9 string

          Value is Cautious.

        • 00072B11-B237-45C8-8814-747BCC7B61B3 string

          Value is Medium.

        • 773B082B-C67B-42AB-A9F7-038BBB501158 string

          Value is Adventurous.

      • ClientTierGUID object
        Hide ClientTierGUID attributes Show ClientTierGUID attributes object
        • 594C0C21-D896-4344-93E8-3324D6EE97BD string

          Value is Ongoing Advice Clients.

        • 142E395A-550D-425B-973B-D80D862CC8CA string

          Value is Adhoc Advice Clients.

      • EmploymentStatus object
        Hide EmploymentStatus attributes Show EmploymentStatus attributes object
        • 1 string

          Value is Employed.

        • 2 string

          Value is Self-Employed.

        • 3 string

          Value is Not Employed.

      • OccupationCode object
        Hide OccupationCode attributes Show OccupationCode attributes object
        • AAB00001 string

          Value is Abattoir Inspector.

        • AAC02588 string

          Value is Abattoir Worker.

        • AAD03000 string

          Value is Abrasive Wheels Worker.

      • RetirementPlanned object
        Hide RetirementPlanned attributes Show RetirementPlanned attributes object
        • 1 string

          Value is Age.

        • 2 string

          Value is Date.

      • MarriageAllowance object
        Hide MarriageAllowance attributes Show MarriageAllowance attributes object
        • 1 string

          Value is Yes.

        • 2 string

          Value is No.

      • FinancialDependenceAge object
        Hide FinancialDependenceAge attributes Show FinancialDependenceAge attributes object
        • 1 string

          Value is Not Applicable.

        • 2 string

          Value is 18.

        • 3 string

          Value is 21.

      • MPAATriggered object
        Hide MPAATriggered attributes Show MPAATriggered attributes object
        • 1 string

          Value is Yes.

        • 2 string

          Value is No.

      • LTAAppliedFor object
        Hide LTAAppliedFor attributes Show LTAAppliedFor attributes object
        • 1 string

          Value is Yes.

        • 2 string

          Value is No.

      • LTAProtectionType object
        Hide LTAProtectionType attributes Show LTAProtectionType attributes object
        • 1 string

          Value is Enhanced Protection.

        • 2 string

          Value is Primary Protection.

        • 3 string

          Value is Fixed Protection 2012.

      • LTAProtectedLumpSum object
        Hide LTAProtectedLumpSum attributes Show LTAProtectedLumpSum attributes object
        • 1 string

          Value is Yes.

        • 2 string

          Value is No.

      • LTAPrevBCEs object
        Hide LTAPrevBCEs attributes Show LTAPrevBCEs attributes object
        • 1 string

          Value is Yes.

        • 2 string

          Value is No.

      • AddressCounty object
        Hide AddressCounty attributes Show AddressCounty attributes object
        • Aberdeenshire string

          Value is Aberdeenshire.

        • Anglesey string

          Value is Anglesey.

        • Alderney string

          Value is Alderney.

GET /api/v2/clients/options
curl \
 --request GET 'https://api.fincalc.co.uk/api/v2/clients/options' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "success": true,
  "data": {
    "Gender": {
      "1": "Male",
      "2": "Female",
      "3": "Other"
    },
    "AddressCountryCode": {
      "4": "Afghanistan",
      "8": "Albania",
      "10": "Antarctica"
    },
    "MaritalStatus": {
      "1": "Single",
      "2": "Married",
      "3": "Divorced"
    },
    "IncomeTaxArea": {
      "1": "UK excluding Scotland",
      "2": "Scotland",
      "3": "Other",
      "4": "All at 20%",
      "5": "No Tax Applied"
    },
    "AdviserUserGUID": {
      "D70E4745-6A3E-4706-A3C3-00ED8F547125": "Tom Smith",
      "4942FBED-B65C-D6C3-1918-2FDC0E649FB9": "Jack Jones",
      "3AEB3DEF-3986-4116-73F4-3EBA8622CB97": "John Adams"
    },
    "ATRGUID": {
      "52BF5326-A91B-4698-9B17-49178A9233D9": "Cautious",
      "00072B11-B237-45C8-8814-747BCC7B61B3": "Medium",
      "773B082B-C67B-42AB-A9F7-038BBB501158": "Adventurous"
    },
    "ClientTierGUID": {
      "594C0C21-D896-4344-93E8-3324D6EE97BD": "Ongoing Advice Clients",
      "142E395A-550D-425B-973B-D80D862CC8CA": "Adhoc Advice Clients"
    },
    "EmploymentStatus": {
      "1": "Employed",
      "2": "Self-Employed",
      "3": "Not Employed"
    },
    "OccupationCode": {
      "AAB00001": "Abattoir Inspector",
      "AAC02588": "Abattoir Worker",
      "AAD03000": "Abrasive Wheels Worker"
    },
    "RetirementPlanned": {
      "1": "Age",
      "2": "Date"
    },
    "MarriageAllowance": {
      "1": "Yes",
      "2": "No"
    },
    "FinancialDependenceAge": {
      "1": "Not Applicable",
      "2": "18",
      "3": "21"
    },
    "MPAATriggered": {
      "1": "Yes",
      "2": "No"
    },
    "LTAAppliedFor": {
      "1": "Yes",
      "2": "No"
    },
    "LTAProtectionType": {
      "1": "Enhanced Protection",
      "2": "Primary Protection",
      "3": "Fixed Protection 2012"
    },
    "LTAProtectedLumpSum": {
      "1": "Yes",
      "2": "No"
    },
    "LTAPrevBCEs": {
      "1": "Yes",
      "2": "No"
    },
    "AddressCounty": {
      "Aberdeenshire": "Aberdeenshire",
      "Anglesey": "Anglesey",
      "Alderney": "Alderney"
    }
  }
}