# Insurance Carrier Types ## Create InsuranceCarrierType - [POST /insurance-carrier-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/insurance-carrier-types/createinsurancecarriertype.md): Creates a new InsuranceCarrierType ## List InsuranceCarrierType - [GET /insurance-carrier-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/insurance-carrier-types/listinsurancecarriertype.md): Lists all InsuranceCarrierType ## Get InsuranceCarrierType - [GET /insurance-carrier-types/{carrierType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/insurance-carrier-types/getinsurancecarriertype.md): Gets InsuranceCarrierType ## Update InsuranceCarrierType - [PUT /insurance-carrier-types/{carrierType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/insurance-carrier-types/updateinsurancecarriertype.md): Updates a specific InsuranceCarrierType. ## Delete InsuranceCarrierType - [DELETE /insurance-carrier-types/{carrierType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/insurance-carrier-types/deleteinsurancecarriertype.md): Deletes an InsuranceCarrierType ## Create or Update Batch InsuranceCarrierType - [PUT /insurance-carrier-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/insurance-carrier-types/updatebatchinsurancecarriertype.md): Create or Update multiple InsuranceCarrierType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.