Create an income Run in API Explorer
Body
-
The name of the income.
-
The type of income. Possible values:
Value Description salary Salary dividend Dividend bonus Bonus benefit Benefit other Other investment Investment rental Rental pension Pension capital_gains Capital Gains business_loan Business Loan investor_funding Investor Funding grant Grant charity Charity crowdfunding Crowdfunding gross_profit Gross Profit operating_profit Operating Profit operating_revenue Operating Revenue non_operating_revenue Non Operating Revenue net_profit Net Profit Values are
salary,dividend,bonus,benefit,other,investment,rental,pension,capital_gains,business_loan,investor_funding,grant,charity,crowdfunding,gross_profit,operating_profit,operating_revenue,non_operating_revenue, ornet_profit. -
The other type of income. This is required if the type is "other".
-
The amount of the income in pennies. For example, £50,000 would be 5000000.
-
The type of the amount.
Value Description net Net gross Gross Values are
netorgross. -
The start date of the income.
-
The end date of the income.
-
The frequency of the income.
Value Description daily Daily weekly Weekly fortnightly Fortnightly four_weekly Four Weekly monthly Monthly bimonthly Bimonthly quarterly Quarterly biannually Biannually annually Annually adhoc Adhoc one_off One Off Values are
daily,weekly,fortnightly,four_weekly,monthly,bimonthly,quarterly,biannually,annually,adhoc, orone_off. -
Denotes if the income is taxable or not.
-
Employment to link to this salary, dividend, bonus, benefit, other type incomes.
curl \
--request POST 'https://api.plannrcrm.com/api/v1/client/6ff8f7f6-1eb3-3525-be4a-3932c805afed/income' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"name":"My Salary","type":"salary","type_other":"null","amount":5000000,"amount_type":"net","start_date":"2025-05-14","end_date":"2026-05-14","frequency":"daily","is_taxable":true,"shared_owner_uuid":"1230726a-ca9b-4f70-a6e5-e9667943f342","employment_uuid":"b683ceee-8af0-4803-bffd-57cb3e266fd7"}'
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"name": "My Salary",
"type": "salary",
"type_other": "null",
"amount": 5000000,
"amount_type": "net",
"start_date": "2025-05-14",
"end_date": "2026-05-14",
"frequency": "daily",
"is_taxable": true,
"shared_owner_uuid": "1230726a-ca9b-4f70-a6e5-e9667943f342",
"employment_uuid": "b683ceee-8af0-4803-bffd-57cb3e266fd7"
}
{
"uuid": "10bef36b-099c-4392-bc38-b8dd1ce87ca2",
"created_at": "2026-05-14T16:52:12+01:00",
"updated_at": "2026-05-14T16:52:12+01:00",
"name": "My Salary",
"type": "salary",
"type_other": "Other income type",
"amount": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"amount_type": "net",
"start_date": "2025-05-14",
"end_date": "2026-05-14",
"frequency": "annually",
"is_taxable": true,
"shared_owner_type": "individual",
"shared_owner": {
"uuid": "1616d221-44c3-4135-a047-b1a02bc9ef9a",
"created_at": "2026-05-14T16:52:12+01:00",
"updated_at": "2026-05-14T16:52:12+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=gareth+thompson",
"firm": "App\\Http\\Resources\\FirmResource",
"primary_phone_number": "App\\Http\\Resources\\ContactDetailResource",
"primary_email": "App\\Http\\Resources\\ContactDetailResource",
"current_time_entry": "App\\Http\\Resources\\TimeEntryResource",
"assigned_adviser": "App\\Http\\Resources\\AccountResource",
"assigned_administrator": "App\\Http\\Resources\\AccountResource",
"assigned_paraplanner": "App\\Http\\Resources\\AccountResource",
"introduced_by": "App\\Http\\Resources\\AccountResource",
"business_unit": "App\\Http\\Resources\\BusinessUnitResource",
"groups": "App\\Http\\Resources\\GroupResource",
"tags": "App\\Http\\Resources\\TagResource",
"owners": "App\\Http\\Resources\\AccountResource",
"first_contact_date": "2026-05-14T16:52:12+01:00",
"next_review_date": "2026-05-14T16:52:12+01:00",
"previous_review_date": "2026-05-14T16:52:12+01:00",
"anniversary_review_date": "2026-05-14T16:52:12+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"joint_account_circle": "App\\Http\\Resources\\CircleResource",
"circles": "App\\Http\\Resources\\CircleResource",
"ownership_percentage": 100,
"inactive_at": "2026-05-14",
"last_interaction_at": "2026-05-14 16:52:12",
"referral_code": "ABC12345",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
},
"custom_fields": "App\\Http\\Resources\\CustomFieldValueResource",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
},
"employment": {
"uuid": "4bd54b08-a509-432d-832e-6e599a21986e",
"created_at": "2026-05-14T16:52:12+01:00",
"updated_at": "2026-05-14T16:52:12+01:00",
"status": "employed",
"occupation": "Financial Adviser",
"occupation_code": "FAC02774",
"job_title": "Senior financial adviser",
"employer": "Plannr Technologies Ltd",
"started_at": "2021-05-14T16:52:12+01:00",
"ended_at": "2022-05-14T16:52:12+01:00",
"is_business_owner": true,
"percentage_of_business_shared": 50,
"address": "App\\Http\\Resources\\AddressResource",
"phone_number": "App\\Http\\Resources\\ContactDetailResource",
"email_address": "App\\Http\\Resources\\ContactDetailResource",
"shared_owner_type": "individual",
"shared_owner": "App\\Http\\Resources\\AccountResource",
"last_salary_increase": "2019-01-01",
"business_name": "My Business",
"business_year_end": "2020-12-31",
"business_value": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"directors": "Susan F. Lancaster",
"shareholding_in_business": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"profit": {
"amount": {
"example": "4000",
"description": "Money amount at their lowest denominator (for example: pennies)"
},
"formatted": {
"example": "£40.00",
"description": "Money amount formatted with currency"
},
"currency": {
"example": "GBP",
"description": "Currency of the money"
}
},
"accountant_company_name": "My Accountant",
"accountant_email": "accountant@email.com",
"accountant_telephone_number": "+441234567890",
"accountant_address": "23 Chollerton, Hexham, Northumberland, NE46 4TF",
"primary": true,
"turnover_history": "App\\Http\\Resources\\TurnoverHistoryResource",
"income": "App\\Http\\Resources\\IncomeResource"
},
"account": {
"uuid": "0ff331aa-adc5-43c7-9036-f0a909621347",
"created_at": "2026-05-14T16:52:12+01:00",
"updated_at": "2026-05-14T16:52:12+01:00",
"type": "client",
"role": "client",
"first_name": "Gareth",
"last_name": "Thompson",
"name": "Gareth Thompson",
"email": "gareth@codepotato.co.uk",
"photo_url": "https://eu.ui-avatars.com/api/?name=Gareth+Thompson",
"external_references": "App\\Http\\Resources\\ExternalReferenceResource"
}
}