Body
-
Client account UUID of who this income belongs to.
-
The name of the income.
Maximum length is
255. -
The type of income.
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 type of income when the type is set to "other".
Maximum length is
255. -
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 type incomes.
curl \
--request POST 'https://api.plannrcrm.com/api/v2/income' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--header "X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}" \
--data '{"account_uuid":"dcc910e4-7b9c-4601-8e38-3d004f11cd6b","name":"My Salary","type":"salary","type_other":"My Other Income","amount":5000000,"amount_type":"net","start_date":"2025-07-17","end_date":"2026-07-17","frequency":"daily","is_taxable":true,"employment_uuid":"c84c4bba-a1ff-49ae-85b7-7d9ad2ceb894"}'
# Headers
X-PLANNR-ACCOUNT-UUID: {YOUR_PLANNR_ACCOUNT_UUID}
# Payload
{
"account_uuid": "dcc910e4-7b9c-4601-8e38-3d004f11cd6b",
"name": "My Salary",
"type": "salary",
"type_other": "My Other Income",
"amount": 5000000,
"amount_type": "net",
"start_date": "2025-07-17",
"end_date": "2026-07-17",
"frequency": "daily",
"is_taxable": true,
"employment_uuid": "c84c4bba-a1ff-49ae-85b7-7d9ad2ceb894"
}
{
"uuid": "71683b07-60d0-42f9-986b-5bc0723c94c1",
"created_at": "2026-07-17T15:25:31+01:00",
"updated_at": "2026-07-17T15:25:31+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-07-17",
"end_date": "2026-07-17",
"frequency": "annually",
"is_taxable": true,
"employment": {
"uuid": "3286ac40-fc51-4a99-af8c-a6dc85753c5f",
"created_at": "2026-07-17T15:25:31+01:00",
"updated_at": "2026-07-17T15:25:31+01:00",
"status": "employed",
"primary": true,
"occupation": "Financial Adviser",
"occupation_code": "FAC02774",
"job_title": "Senior financial adviser",
"employer": "Plannr Technologies Ltd",
"started_at": "2021-07-17T15:25:31+01:00",
"ended_at": "2022-07-17T15:25:31+01:00",
"is_business_owner": true,
"percentage_of_business_shared": 50,
"address": {
"uuid": "743d674b-6662-4707-aed8-4a494c16ad1a",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+01:00",
"name": "Work Address",
"address_1": "Suite E, 5 The Briars",
"address_2": "Waterberry Drive",
"address_3": "The Innovative Centre",
"address_4": "Waterlooville",
"town_city": "Waterlooville",
"county": "Hampshire",
"postcode": "PO7 7YH",
"country": "United Kingdom",
"move_in_date": "2025-07-17"
},
"phone_number": {
"uuid": "2913e846-940e-401b-96f4-4a20ed0d095c",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"email_address": {
"uuid": "2913e846-940e-401b-96f4-4a20ed0d095c",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+01:00",
"type": "phone_number",
"name": "Work number",
"value": "+443330903630",
"phone_number_meta": {
"country": "GB",
"formatted": "0333 090 3630"
}
},
"shared_owner_type": "individual",
"shared_owner": {
"uuid": "543b4daa-a2a5-40d9-b97a-af39e3746a8f",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+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",
"first_contact_date": "2026-07-17T15:25:36+01:00",
"next_review_date": "2026-07-17T15:25:36+01:00",
"previous_review_date": "2026-07-17T15:25:36+01:00",
"anniversary_review_date": "2026-07-17T15:25:36+01:00",
"terms_of_business_at": "2026-07-17T15:25:36+01:00",
"client_agreement_at": "2026-07-17T15:25:36+01:00",
"with_login": true,
"has_joint_account": true,
"can_be_deleted": "false",
"ownership_percentage": 100.0,
"inactive_at": "2026-07-17",
"last_interaction_at": "2026-07-17 15:25:36",
"referral_code": "ABC12345",
"permissions": {
"firm:read": [
"firm"
],
"network:read": [
"network:uuid"
]
}
},
"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",
"turnover_history": {
"year": 2020,
"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": null,
"description": "Currency of the money"
}
}
},
"income": {
"uuid": "8fe3fd7c-991f-464f-a046-a9b0cdcff375",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+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": null,
"description": "Currency of the money"
}
},
"amount_type": "net",
"start_date": "2025-07-17",
"end_date": "2026-07-17",
"frequency": "annually",
"is_taxable": true,
"shared_owner_type": "individual"
},
"account": {
"uuid": "a93927b0-3b21-4af1-9f4f-15489a25a202",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+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"
}
},
"account": {
"uuid": "e277754e-f563-4b85-b59f-3448cd7e8b02",
"created_at": "2026-07-17T15:25:31+01:00",
"updated_at": "2026-07-17T15:25:31+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": {
"uuid": "11b7fb3c-bff7-4355-b5d5-6e063a2cdde5",
"created_at": "2026-07-17T15:25:36+01:00",
"updated_at": "2026-07-17T15:25:36+01:00",
"third_party": "nucleus",
"reference": "AB123456"
}
}
}