# Claim Offset ## Create ClaimOffset - [POST /claim-offsets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/createclaimoffset.md): Creates a new ClaimOffset ## List ClaimOffset - [GET /claim-offsets](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/listclaimoffset.md): Lists all ClaimOffset ## Get ClaimOffset - [GET /claim-offsets/{ClaimOffset_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/getclaimoffset.md): Gets ClaimOffset ## Update ClaimOffset - [PUT /claim-offsets/{ClaimOffset_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/updateclaimoffset.md): Updates a specific ClaimOffset. ## Delete ClaimOffset - [DELETE /claim-offsets/{ClaimOffset_Key}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/deleteclaimoffset.md): Deletes an ClaimOffset ## Create or Update Batch ClaimOffset - [PUT /claim-offsets-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/claim-offset/updatebatchclaimoffset.md): Create or Update multiple ClaimOffset at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.