# College Types ## Create CollegeType - [POST /college-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/createcollegetype.md): Creates a new CollegeType ## List CollegeType - [GET /college-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/listcollegetype.md): Lists all CollegeType ## Get CollegeType - [GET /college-types/{collegeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/getcollegetype.md): Gets CollegeType ## Update CollegeType - [PUT /college-types/{collegeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/updatecollegetype.md): Updates a specific CollegeType. ## Delete CollegeType - [DELETE /college-types/{collegeType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/deletecollegetype.md): Deletes an CollegeType ## Create or Update Batch CollegeType - [PUT /college-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/college-types/updatebatchcollegetype.md): Create or Update multiple CollegeType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.