# Currency ## Create Currency - [POST /currencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/createcurrency.md): Creates a new Currency ## List Currency - [GET /currencies](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/listcurrency.md): Lists all Currency ## Get Currency - [GET /currencies/{currencyID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/getcurrency.md): Gets Currency ## Update Currency - [PUT /currencies/{currencyID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/updatecurrency.md): Updates a specific Currency. ## Delete Currency - [DELETE /currencies/{currencyID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/deletecurrency.md): Deletes an Currency ## Create or Update Batch Currency - [PUT /currencies-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/currency/updatebatchcurrency.md): Create or Update multiple Currency at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.