# Updates state of all transactions for a given statement. Endpoint: PUT /api/v3/statements/{companyId}/{statementId}/state Version: v3 Security: client_credentials, implicit, client_credentials_dev, implicit_dev ## Path parameters: - `companyId` (string, required) Id of company that owns the statement - `statementId` (string, required) Unique StatementId ## Request fields (application/json-patch+json): - `state` (integer, required) BankStatementState * 0 - Created * 1 - Transferred * 2 - Error Enum: 0, 1, 2 - `errorMessage` (string,null) Error message (used if State is set to Error) ## Response 200 fields (text/plain): - `statementId` (string) - `companyId` (string) - `updatedTransactions` (array,null)