# ID Types ## Create IDType - [POST /id-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/createidtype.md): Creates a new IDType ## List IDType - [GET /id-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/listidtype.md): Lists all IDType ## Create or Update Batch IDType - [PUT /id-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/updatebatchidtype.md): Create or Update multiple IDType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Get IDType - [GET /id-types/{type}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/getidtype.md): Gets IDType ## Update IDType - [PUT /id-types/{type}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/updateidtype.md): Updates a specific IDType. ## Delete IDType - [DELETE /id-types/{type}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/id-types/deleteidtype.md): Deletes an IDType