# Network Profiles ## Create NetworkProfile - [POST /network-profiles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/createnetworkprofile.md): Creates a new NetworkProfile ## List NetworkProfile - [GET /network-profiles](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/listnetworkprofile.md): Lists all NetworkProfile ## Get NetworkProfile - [GET /network-profiles/{Profile_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/getnetworkprofile.md): Gets NetworkProfile ## Update NetworkProfile - [PUT /network-profiles/{Profile_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/updatenetworkprofile.md): Updates a specific NetworkProfile. ## Delete NetworkProfile - [DELETE /network-profiles/{Profile_ID}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/deletenetworkprofile.md): Deletes an NetworkProfile ## Create or Update Batch NetworkProfile - [PUT /network-profiles-batch](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware.api/network-profiles/updatebatchnetworkprofile.md): Create or Update multiple NetworkProfile at once. If the entity exists, it will be updated. If the entity does not exist, it will be created.