# Grievance Resolution Types ## Create GrievanceResolutionType - [POST /grievance-resolution-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/creategrievanceresolutiontype.md): Creates a new GrievanceResolutionType ## List GrievanceResolutionType - [GET /grievance-resolution-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/listgrievanceresolutiontype.md): Lists all GrievanceResolutionType ## Get GrievanceResolutionType - [GET /grievance-resolution-types/{grievanceResolutionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/getgrievanceresolutiontype.md): Gets GrievanceResolutionType ## Update GrievanceResolutionType - [PUT /grievance-resolution-types/{grievanceResolutionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/updategrievanceresolutiontype.md): Updates a specific GrievanceResolutionType. ## Delete GrievanceResolutionType - [DELETE /grievance-resolution-types/{grievanceResolutionType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/deletegrievanceresolutiontype.md): Deletes an GrievanceResolutionType ## Create or Update Batch GrievanceResolutionType - [PUT /grievance-resolution-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/grievance-resolution-types/updatebatchgrievanceresolutiontype.md): Create or Update multiple GrievanceResolutionType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.