# Mass Update Claim Funded Status Pass in a list of claims and what Claim_Funded_Status to update that claim to and have it updated in mass without iterating through claim records. Endpoint: POST /accounting-update-claim-funded-status Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Request fields (application/json): - `claim_Number` (integer) - `claim_Funded_Status` (string,null) ## Response 202 fields ## Response 401 fields