# Communication Methods ## Create CommunicationMethod - [POST /communication-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/createcommunicationmethod.md): Creates a new CommunicationMethod ## List CommunicationMethod - [GET /communication-methods](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/listcommunicationmethod.md): Lists all CommunicationMethod ## Get CommunicationMethod - [GET /communication-methods/{communicationMethod}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/getcommunicationmethod.md): Gets CommunicationMethod ## Update CommunicationMethod - [PUT /communication-methods/{communicationMethod}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/updatecommunicationmethod.md): Updates a specific CommunicationMethod. ## Delete CommunicationMethod - [DELETE /communication-methods/{communicationMethod}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/deletecommunicationmethod.md): Deletes an CommunicationMethod ## Create or Update Batch CommunicationMethod - [PUT /communication-methods-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/communication-methods/updatebatchcommunicationmethod.md): Create or Update multiple CommunicationMethod at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.