# APC Weights ## Create APCWeight - [POST /apc-weights](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/createapcweight.md): Creates a new APCWeight ## List APCWeight - [GET /apc-weights](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/listapcweight.md): Lists all APCWeight for the given apcSchedule and apcCode ## Get APCWeight - [GET /apc-weights/{apcSchedule}/{apcCode}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/getapcweight.md): Gets APCWeight ## Update APCWeight - [PUT /apc-weights/{apcSchedule}/{apcCode}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/updateapcweight.md): Updates a specific APCWeight. ## Delete APCWeight - [DELETE /apc-weights/{apcSchedule}/{apcCode}/{effectiveDate}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/deleteapcweight.md): Deletes an APCWeight ## Create or Update Batch APCWeight - [PUT /apc-weights-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/apc-weights/updatebatchapcweight.md): Create or Update multiple APCWeight at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.