# Update claim of a plan **PUT /api/v1/plans/{plan_uuid}/claim/{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 - **plan_uuid** (string) - **uuid** (string) ### Body: application/json (object) - **claim_amount** (integer) Claim amount in pennies. - **claim_start_date** (string(date)) Claim start date - **claim_end_date** (string(date)) Claim end date - **claim_notes** (string(date)) Claim notes ## 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. - **claim_amount** (object) Claim amount - **claim_start_date** (string) Claim start date - **claim_end_date** (string) Claim end date - **claim_notes** (string) Claim notes - **client** (object) Client this claim is for [Powered by Bump.sh](https://bump.sh)