{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup CustomerSite API", "version": "core" }, "items": [ { "info": { "name": "CustomerSite", "type": "folder" }, "items": [ { "info": { "name": "Create or Update a Customer Site", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/visionai/api/integrator/customerSites", "body": { "type": "json", "data": "{}" } }, "docs": "# Create or Update a Customer Site\r\n\r\n| Parameter | Type | Description |\r\n| -------------------| -------- | ------------------------------------------------------------------------- |\r\n| CustomerSiteId | GUID | ID of the Customer Site |\r\n| Name | string | Display name of the Customer Site (Customer Name) |\r\n| Country " } ] } ], "bundled": true }