# Auth Type Places ## Create AuthTypePlace - [POST /auth-types/{authType}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/createauthtypeplace.md): Creates a new AuthTypePlace ## List AuthTypePlace - [GET /auth-types/{authType}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/listauthtypeplace.md): Lists all AuthTypePlace for the given authType ## Get AuthTypePlace - [GET /auth-types/{authType}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/getauthtypeplace.md): Gets AuthTypePlace ## Update AuthTypePlace - [PUT /auth-types/{authType}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/updateauthtypeplace.md): Updates a specific AuthTypePlace. ## Delete AuthTypePlace - [DELETE /auth-types/{authType}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/deleteauthtypeplace.md): Deletes an AuthTypePlace ## Create or Update Batch AuthTypePlace - [PUT /auth-types/{authType}/places-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/auth-type-places/updatebatchauthtypeplace.md): Create or Update multiple AuthTypePlace at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.