# Reinsurance Contract Transaction Reimbursements ## Create ReinsContractTransReimburse - [POST /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/createreinscontracttransreimburse.md): Creates a new ReinsContractTransReimburse ## List ReinsContractTransReimburse - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/listreinscontracttransreimburse.md): Lists all ReinsContractTransReimburse for the given reinsContractTransKey ## Get ReinsContractTransReimburse - [GET /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements/{reinsContractTransReimburseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/getreinscontracttransreimburse.md): Gets ReinsContractTransReimburse ## Update ReinsContractTransReimburse - [PUT /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements/{reinsContractTransReimburseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/updatereinscontracttransreimburse.md): Updates a specific ReinsContractTransReimburse. ## Delete ReinsContractTransReimburse - [DELETE /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements/{reinsContractTransReimburseKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/deletereinscontracttransreimburse.md): Deletes an ReinsContractTransReimburse ## Create or Update Batch ReinsContractTransReimburse - [PUT /reinsurance-contracts/{reinsContractKey}/transactions/{reinsContractTransKey}/reimbursements-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/reinsurance-contract-transaction-reimbursements/updatebatchreinscontracttransreimburse.md): Create or Update multiple ReinsContractTransReimburse at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.