{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Component Interfaces API", "version": "1.0.0" }, "items": [ { "info": { "name": "Component Interfaces", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft Get Component Data", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/:componentInterface", "params": [ { "name": "componentInterface", "value": "example_value", "type": "path", "description": "The component interface name" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve data from a PeopleSoft component interface." }, { "info": { "name": "PeopleSoft Create Component Data", "type": "http" }, "http": { "method": "POST", "url": "https://{hostname}:{port}/psft/asf/v1/:componentInterface", "params": [ { "name": "componentInterface", "value": "example_value", "type": "path", "description": "The component interface name" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Create a new record via a PeopleSoft component interface." }, { "info": { "name": "PeopleSoft Update Component Data", "type": "http" }, "http": { "method": "PUT", "url": "https://{hostname}:{port}/psft/asf/v1/:componentInterface", "params": [ { "name": "componentInterface", "value": "example_value", "type": "path", "description": "The component interface name" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Update an existing record via a PeopleSoft component interface." } ] } ], "bundled": true }