# Update a specific pledge date **PATCH /pledgedate/{id}** Change the properties of a pledge date ## Servers - API Auto Mocking: https://YOURSITE.infoodle.com/apiv2 (API Auto Mocking) ## Authentication methods - O auth2 ## Parameters ### Path parameters - **id** (integer) Which item to be processed ### Body: application/json (object) Specify one or more fields and their new values to change it - **pledge_id** (integer) Required. Must link to a Pledge that the user can see - **status** (string) Required. The status of this specific pledge date P = Planned SC = Scheduled PR = For payment methods that do not require infoodle to take payments e.g. Bank transfers, this has been Processed PD = Paid X = Deleted - **payment_date_local** (string) The local date that this pledge is to be processed - **amount** (number) The amount of this specific pledge. This can be different to other dates in this pledge - **form_entry_id** (integer) Matches the other form_entry_id values in this pledge. Optional and links to an form entry - **user_id** (integer) CORE user_id that this pledge is for - **paid_date_local** (string) If this specific pledge date is paid (status PD) then this is the date it was paid - **transaction_id** (integer) If this is paid then the transaction that has the payment information - **matched_status** (string) Whether this has been matched up with a transaction - **gateway_fees** (number) If this is paid with a payment gateway that has fees identified, this is the amount of fees applicable to this transaction - **bank_response** (string) If this is paid by a method that infoodle processes e.g. stripe, and the payment for this failed. This is the message ## Responses ### 200 Item has been saved successfully #### Body: application/json (object) - **id** (integer) ### 401 Authentication unauthorised #### Body: application/json (object) - **error** (string) ### 403 Invalid permission #### Body: application/json (object) - **error** (string) ### 404 Not Found #### Body: application/json (object) - **error** (string) [Powered by Bump.sh](https://bump.sh)