{ "opencollection": "1.0.0", "info": { "name": "Microsoft Bookings API (Microsoft Graph) Appointments Services API", "version": "v1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Services", "type": "folder" }, "items": [ { "info": { "name": "List services", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/:id/services", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List services" }, { "info": { "name": "Create service", "type": "http" }, "http": { "method": "POST", "url": "https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/:id/services", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create service" }, { "info": { "name": "Get service", "type": "http" }, "http": { "method": "GET", "url": "https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/:id/services/:serviceId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "serviceId", "value": "", "type": "path" } ] }, "docs": "Get service" }, { "info": { "name": "Update service", "type": "http" }, "http": { "method": "PATCH", "url": "https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/:id/services/:serviceId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "serviceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update service" }, { "info": { "name": "Delete service", "type": "http" }, "http": { "method": "DELETE", "url": "https://graph.microsoft.com/v1.0/solutions/bookingBusinesses/:id/services/:serviceId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "serviceId", "value": "", "type": "path" } ] }, "docs": "Delete service" } ] } ], "bundled": true }