{ "opencollection": "1.0.0", "info": { "name": "PeopleSoft Application Services Framework Accounts Payable Customers API", "version": "1.0.0" }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "PeopleSoft List Customers", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/customers", "params": [ { "name": "search", "value": "example_value", "type": "query", "description": "Search term for customer name or ID" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve customer records." }, { "info": { "name": "PeopleSoft Get Customer", "type": "http" }, "http": { "method": "GET", "url": "https://{hostname}:{port}/psft/asf/v1/customers/:customerId", "params": [ { "name": "customerId", "value": "PS123456", "type": "path", "description": "The customer identifier" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Retrieve details for a specific customer." } ] } ], "bundled": true }