{ "opencollection": "1.0.0", "info": { "name": "Core AccessGroup Asset API", "version": "core" }, "items": [ { "info": { "name": "Asset", "type": "folder" }, "items": [ { "info": { "name": "Create or Update an Asset (Vehicle)", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/visionai/api/integrator/assets", "body": { "type": "json", "data": "{}" } }, "docs": "# Create or Update an Asset (Vehicle)\r\n\r\n| Parameter | Type | Description |\r\n|--------------|--------|-----------------------------------------------------------------|\r\n| AssetId | GUID | ID of the Asset |\r\n| AssetName | string | Display name (vehicle registration plate) |\r\n| AssetType | string | Front Loader, Side Loader, Rear End Loader " } ] } ], "bundled": true }