# Claim Ex Codes ## Create ClaimExCode - [POST /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/createclaimexcode.md): Creates a new ClaimExCode ## List ClaimExCode - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/listclaimexcode.md): Lists all ClaimExCode for the given batchNumber and batchClaim ## Get ClaimExCode - [GET /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/getclaimexcode.md): Gets ClaimExCode ## Update ClaimExCode - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/updateclaimexcode.md): Updates a specific ClaimExCode. ## Delete ClaimExCode - [DELETE /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes/{exCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/deleteclaimexcode.md): Deletes an ClaimExCode ## Create or Update Batch ClaimExCode - [PUT /claim-batches/{batchNumber}/claims/{batchClaim}/ex-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-ex-codes/updatebatchclaimexcode.md): Create or Update multiple ClaimExCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.