# Premium Rate Zipcodes ## Create PremRateZip - [POST /premium-rates/{premRateKey}/zipcodes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/createpremratezip.md): Creates a new PremRateZip ## List PremRateZip - [GET /premium-rates/{premRateKey}/zipcodes](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/listpremratezip.md): Lists all PremRateZip for the given premRateKey ## Get PremRateZip - [GET /premium-rates/{premRateKey}/zipcodes/{premRateZipKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/getpremratezip.md): Gets PremRateZip ## Update PremRateZip - [PUT /premium-rates/{premRateKey}/zipcodes/{premRateZipKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/updatepremratezip.md): Updates a specific PremRateZip. ## Delete PremRateZip - [DELETE /premium-rates/{premRateKey}/zipcodes/{premRateZipKey}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/deletepremratezip.md): Deletes an PremRateZip ## Create or Update Batch PremRateZip - [PUT /premium-rates/{premRateKey}/zipcodes-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/premium-rate-zipcodes/updatebatchpremratezip.md): Create or Update multiple PremRateZip at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.