# Update a provider statement **PUT /api/v1/provider-statement/{providerStatement_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 - **providerStatement_uuid** (string) ## Body parameters Content-type: application/json - **date** (date) Statement date - **name** (string) Optional title to name the provider statement. If null a auto generated name will be created as provider name and statement date. - **reference** (string) Statement reference given by provider ## Responses ### 200: #### Body Parameters: 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) Provider statement number - **name** (string) Provider name - **date** (string) Provider statement date - **reference** (string) provider statement reference given by provider - **filename** (string) Filename if uploaded by CSV or automatically from EDI - **origin** (string) how the provider statement was created. Values are edi, manual, upload and auto - **provider** (object) Provider - **statement** (object) Statement - **statement_transactions_count** (integer) Total number of statement transactions within provider statement - **statement_transactions** (array[object]) Statement transactions within provider statement - **total_amount** (object) Total amount of all statement transactions within this provider statement - **reconciled_expectations_amount** (object) Total amount reconciled against expectations - **reconciled_expectations_percentage** (number) Total percentage reconciled against expectations - **reconciled_bank_transactions_amount** (object) Total amount reconciled against bank transactions - **reconciled_bank_transactions_percentage** (number) Total percentage reconciled against bank transactions - **is_fully_reconciled_to_expectations** (boolean) Returns if all statement transactions are fully reconciled to expectations [Powered by Bump.sh](https://bump.sh)