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"
}
}
}