# Unit Types ## Create UnitType - [POST /unit-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/createunittype.md): Creates a new UnitType ## List UnitType - [GET /unit-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/listunittype.md): Lists all UnitType ## Get UnitType - [GET /unit-types/{unitType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/getunittype.md): Gets UnitType ## Update UnitType - [PUT /unit-types/{unitType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/updateunittype.md): Updates a specific UnitType. ## Delete UnitType - [DELETE /unit-types/{unitType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/deleteunittype.md): Deletes an UnitType ## Create or Update Batch UnitType - [PUT /unit-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/unit-types/updatebatchunittype.md): Create or Update multiple UnitType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.