# Claim Value Codes ## Create ClaimValueCode - [POST /claim-value-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/createclaimvaluecode.md): Creates a new ClaimValueCode ## List ClaimValueCode - [GET /claim-value-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/listclaimvaluecode.md): Lists all ClaimValueCode ## Get ClaimValueCode - [GET /claim-value-codes/{valueCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/getclaimvaluecode.md): Gets ClaimValueCode ## Update ClaimValueCode - [PUT /claim-value-codes/{valueCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/updateclaimvaluecode.md): Updates a specific ClaimValueCode. ## Delete ClaimValueCode - [DELETE /claim-value-codes/{valueCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/deleteclaimvaluecode.md): Deletes an ClaimValueCode ## Create or Update Batch ClaimValueCode - [PUT /claim-value-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-value-codes/updatebatchclaimvaluecode.md): Create or Update multiple ClaimValueCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.