{ "opencollection": "1.0.0", "info": { "name": "VTS Lease Account Admin Deal Snapshots API", "version": "v1" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Deal Snapshots", "type": "folder" }, "items": [ { "info": { "name": "Retrieves specific deal snapshot", "type": "http" }, "http": { "method": "GET", "url": "https://api.vts.com/api/v1/deal_snapshots/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Refer to https://readme.vts.com/docs/deal-snapshot-documentation for a description of deal snapshots payload" }, { "info": { "name": "Updates deal snapshot", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.vts.com/api/v1/deal_snapshots/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Updates a deal snapshot record" } ] } ], "bundled": true }