# VBAInterfaces ## List VBA Interface Directions - [GET /vba-interface-directions](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/listvbainterfacedirections.md): List VBA Interface Directions ## Create VBAInterface - [POST /vba-interfaces](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/createvbainterface.md): Creates a new VBAInterface ## List VBAInterface - [GET /vba-interfaces](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/listvbainterface.md): Lists all VBAInterface ## Get VBAInterface - [GET /vba-interfaces/{vBAInterfaceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/getvbainterface.md): Gets VBAInterface ## Update VBAInterface - [PUT /vba-interfaces/{vBAInterfaceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/updatevbainterface.md): Updates a specific VBAInterface. ## Delete VBAInterface - [DELETE /vba-interfaces/{vBAInterfaceKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/deletevbainterface.md): Deletes an VBAInterface ## Create or Update Batch VBAInterface - [PUT /vba-interfaces-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/vbainterfaces/updatebatchvbainterface.md): Create or Update multiple VBAInterface at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.