# Commission Rep Types ## Create CommissionRepType - [POST /commission-rep-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/createcommissionreptype.md): Creates a new CommissionRepType ## List CommissionRepType - [GET /commission-rep-types](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/listcommissionreptype.md): Lists all CommissionRepType ## Get CommissionRepType - [GET /commission-rep-types/{repType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/getcommissionreptype.md): Gets CommissionRepType ## Update CommissionRepType - [PUT /commission-rep-types/{repType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/updatecommissionreptype.md): Updates a specific CommissionRepType. ## Delete CommissionRepType - [DELETE /commission-rep-types/{repType}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/deletecommissionreptype.md): Deletes an CommissionRepType ## Create or Update Batch CommissionRepType - [PUT /commission-rep-types-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/commission-rep-types/updatebatchcommissionreptype.md): Create or Update multiple CommissionRepType at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.