# Security Area Objects ## Create SecurityAreaObject - [POST /security-areas/{securityArea}/objects](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/security-area-objects/createsecurityareaobject.md): Creates a new SecurityAreaObject ## List SecurityAreaObject - [GET /security-areas/{securityArea}/objects](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/security-area-objects/listsecurityareaobject.md): Lists all SecurityAreaObject securityArea ## Create or Update Batch SecurityAreaObject - [PUT /security-areas/{securityArea}/objects](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/security-area-objects/updatebatchsecurityareaobject.md): Create or Update multiple SecurityAreaObject at once. If the entity exists, it will be updated. If the entity does not exist, it will be created. ## Get SecurityAreaObject - [GET /security-areas/{securityArea}/objects/{objectName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/security-area-objects/getsecurityareaobject.md): Gets SecurityAreaObject ## Update SecurityAreaObject - [PUT /security-areas/{securityArea}/objects/{objectName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/security-area-objects/updatesecurityareaobject.md): Updates a specific SecurityAreaObject. ## Delete SecurityAreaObject - [DELETE /security-areas/{securityArea}/objects/{objectName}](https://vbapi-docs.vbasoftware.com/openapi/vbasoftware/vbasoftware.api/security-area-objects/deletesecurityareaobject.md): Deletes an SecurityAreaObject