# Case Attachment Types ## Create CaseAttachmentType - [POST /case-attachment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/createcaseattachmenttype.md): Creates a new CaseAttachmentType ## List CaseAttachmentType - [GET /case-attachment-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/listcaseattachmenttype.md): Lists all CaseAttachmentType ## Get CaseAttachmentType - [GET /case-attachment-types/{caseAttachmentTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/getcaseattachmenttype.md): Gets CaseAttachmentType ## Update CaseAttachmentType - [PUT /case-attachment-types/{caseAttachmentTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/updatecaseattachmenttype.md): Updates a specific CaseAttachmentType. ## Delete CaseAttachmentType - [DELETE /case-attachment-types/{caseAttachmentTypeKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/deletecaseattachmenttype.md): Deletes an CaseAttachmentType ## Create or Update Batch CaseAttachmentType - [PUT /case-attachment-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/case-attachment-types/updatebatchcaseattachmenttype.md): Create or Update multiple CaseAttachmentType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.