# Bill Type Places ## Create BillTypePlace - [POST /bill-types/{typeOfBill}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/createbilltypeplace.md): Creates a new BillTypePlace ## List BillTypePlace - [GET /bill-types/{typeOfBill}/places](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/listbilltypeplace.md): Lists all BillTypePlace for the given typeOfBill ## Get BillTypePlace - [GET /bill-types/{typeOfBill}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/getbilltypeplace.md): Gets BillTypePlace ## Update BillTypePlace - [PUT /bill-types/{typeOfBill}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/updatebilltypeplace.md): Updates a specific BillTypePlace. ## Delete BillTypePlace - [DELETE /bill-types/{typeOfBill}/places/{placeOfService}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/deletebilltypeplace.md): Deletes an BillTypePlace ## Create or Update Batch BillTypePlace - [PUT /bill-types/{typeOfBill}/places-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/bill-type-places/updatebatchbilltypeplace.md): Create or Update multiple BillTypePlace at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.