# Claim Occurrence Codes ## Create ClaimOccurrenceCode - [POST /claim-occurrence-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-occurrence-codes/createclaimoccurrencecode.md): Creates a new ClaimOccurrenceCode ## List ClaimOccurrenceCode - [GET /claim-occurrence-codes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-occurrence-codes/listclaimoccurrencecode.md): Lists all ClaimOccurrenceCode ## Get ClaimOccurrenceCode - [GET /claim-occurrence-codes/{occurrenceCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-occurrence-codes/getclaimoccurrencecode.md): Gets ClaimOccurrenceCode ## Update ClaimOccurrenceCode - [PUT /claim-occurrence-codes/{occurrenceCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-occurrence-codes/updateclaimoccurrencecode.md): Updates a specific ClaimOccurrenceCode. ## Delete ClaimOccurrenceCode - [DELETE /claim-occurrence-codes/{occurrenceCode}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-occurrence-codes/deleteclaimoccurrencecode.md): Deletes an ClaimOccurrenceCode ## Create or Update Batch ClaimOccurrenceCode - [PUT /claim-occurrence-codes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/claim-occurrence-codes/updatebatchclaimoccurrencecode.md): Create or Update multiple ClaimOccurrenceCode at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.