# Update an income **PUT /api/v2/income/{uuid}** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Headers - **X-PLANNR-ACCOUNT-UUID** (string) ### Path parameters - **uuid** (string) ### Body: application/json (object) - **name** (string) The name of the income. - **type** (string) The type of income. Possible values: 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 and net_profit. - **type_other** (string) The type of income when the type is set to "other". - **amount** (integer) The amount of the income in pennies. For example, £50,000 would be 5000000. - **amount_type** (string) The type of the amount. Possible values: net and gross. - **start_date** (string) The start date of the income. - **end_date** (string) The end date of the income. - **frequency** (string) The frequency of the income. Possible values: daily, weekly, fortnightly, four_weekly, monthly, bimonthly, quarterly, biannually, annually, adhoc, and one_off. - **is_taxable** (boolean) Denotes if the income is taxable or not. - **shared_owner_uuid** (string(uuid)) Optional UUID of an owner account. The client must be a shared type. - **employment_uuid** (string(uuid)) Employment to link to this salary, dividend, bonus, benefit, other type incomes. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) The UUID of the resource. - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) The name of the income. - **type** (string) The type of income. - **type_other** (string) The other type of income, if the type is "other". - **amount** (object) The amount of the income. - **amount_type** (string) The type of the amount. - **start_date** (string) The start date of the income. - **end_date** (string) The end date of the income. - **frequency** (string) The frequency of the income. - **is_taxable** (boolean) Denotes if the income is taxable or not. - **employment** (object) Employment of this income. - **account** (object) Account that owns this income. [Powered by Bump.sh](https://bump.sh)