{ "opencollection": "1.0.0", "info": { "name": "Companies AI Embed PaymentPlan API", "version": "v296.0-SNAPSHOT" }, "items": [ { "info": { "name": "PaymentPlan", "type": "folder" }, "items": [ { "info": { "name": "List payment plans", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/editions/:editionId/paymentPlans", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" }, { "name": "editionId", "value": "", "type": "path", "description": "Edition id" } ] }, "docs": "List payment plans for a given product edition" }, { "info": { "name": "Read payment plan by product edition", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/marketplace/v1/products/:applicationId/editions/:editionId/paymentPlans/:paymentPlanId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application id" }, { "name": "editionId", "value": "", "type": "path", "description": "Edition id" }, { "name": "paymentPlanId", "value": "", "type": "path", "description": "Payment plan id" } ] }, "docs": "Read payment plan by product edition" }, { "info": { "name": "Read payment plan", "type": "http" }, "http": { "method": "GET", "url": "https://marketplace.appdirect.com/api/marketplace/v1/paymentPlans/:paymentPlanId", "params": [ { "name": "paymentPlanId", "value": "", "type": "path", "description": "Payment plan id" } ] }, "docs": "Read payment plan information" } ] } ], "bundled": true }