# Mass Update Claim Ex Codes Pass in a list of claims and what Ex Code to assign and this process will do a mass insert and verify no duplicate ex codes are added. Endpoint: POST /claim-mass-update-claim-ex-code Version: v1 Security: apiKeyAuth, bearerAuth ## Header parameters: - `vbasoftware-database` (string, required) Target database ## Request fields (application/json): - `batch_Number` (integer) - `batch_Claim` (integer) - `ex_Code` (string,null) ## Response 202 fields ## Response 401 fields