{ "opencollection": "1.0.0", "info": { "name": "CNH FieldOps Equipment Prescriptions API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://develop.cnh.com/oauth/authorize", "accessTokenUrl": "https://develop.cnh.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Prescriptions", "type": "folder" }, "items": [ { "info": { "name": "Send prescription Rx file to vehicle or FieldOps", "type": "http" }, "http": { "method": "POST", "url": "https://api.fieldops.cnh.com/prescriptions", "body": { "type": "json", "data": "{}" } }, "docs": "Send prescription Rx file to vehicle or FieldOps" } ] } ], "bundled": true }