# Funding Types ## Create FundingType - [POST /funding-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/createfundingtype.md): Creates a new FundingType ## List FundingType - [GET /funding-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/listfundingtype.md): Lists all FundingType ## Get FundingType - [GET /funding-types/{fundingType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/getfundingtype.md): Gets FundingType ## Update FundingType - [PUT /funding-types/{fundingType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/updatefundingtype.md): Updates a specific FundingType. ## Delete FundingType - [DELETE /funding-types/{fundingType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/deletefundingtype.md): Deletes an FundingType ## Create or Update Batch FundingType - [PUT /funding-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/funding-types/updatebatchfundingtype.md): Create or Update multiple FundingType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.