# Reinsurance Options ## Create ReinsuranceOption - [POST /reinsurance-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-options/createreinsuranceoption.md): Creates a new ReinsuranceOption ## List ReinsuranceOption - [GET /reinsurance-options](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-options/listreinsuranceoption.md): Lists all ReinsuranceOption ## Get ReinsuranceOption - [GET /reinsurance-options/{reinsuranceOption}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-options/getreinsuranceoption.md): Gets ReinsuranceOption ## Delete ReinsuranceOption - [DELETE /reinsurance-options/{reinsuranceOption}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-options/deletereinsuranceoption.md): Deletes an ReinsuranceOption ## Create Batch ReinsuranceOption - [PUT /reinsurance-options-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-options/updatebatchreinsuranceoption.md): Create multiple ReinsuranceOption at once. If the entity exists, an error will be returned. If the entity does not exist, it will be created.