# Update a bank statement **PUT /api/v1/bank-statement/{bankStatement_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 - **bankStatement_uuid** (string) ### Body: application/json (object) - **date** (date) Statement date - **name** (string) Optional title to name the bank statement. If null a auto generated name will be created. - **reference** (string) Statement reference given by bank ## 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. - **number** (integer) Bank statement number - **reference** (string) Bank statement reference given by bank statement - **date** (string) Bank statement date - **name** (string) Bank statement name - **statement** (object) Statement - **bank_transactions_count** (integer) Total number of bank transactions within bank statement - **bank_transactions** (array[object]) Bank transactions within bank statement - **total_amount** (object) Total amount of all bank transactions within this bank statement - **reconciled_amount** (object) Total amount reconciled - **reconciled_percentage** (number) Total percentage reconciled [Powered by Bump.sh](https://bump.sh)