{ "opencollection": "1.0.0", "info": { "name": "Oracle EBS e-Commerce Gateway Accounts Payable Outbound Transactions API", "version": "12.2.0" }, "items": [ { "info": { "name": "Outbound Transactions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Outbound Edi Transactions", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.oracle.com/webservices/rest/ece/transactions/outbound", "params": [ { "name": "transactionType", "value": "POO", "type": "query", "description": "EDI transaction type code" }, { "name": "tradingPartnerId", "value": "500123", "type": "query", "description": "Trading partner identifier" }, { "name": "processStatus", "value": "PENDING", "type": "query", "description": "Processing status" }, { "name": "creationDateFrom", "value": "2026-01-15", "type": "query", "description": "Creation date range start (YYYY-MM-DD)" }, { "name": "creationDateTo", "value": "2026-01-15", "type": "query", "description": "Creation date range end (YYYY-MM-DD)" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination" } ], "auth": { "type": "apikey", "key": "accessToken", "value": "{{accessToken}}", "placement": "query" } }, "docs": "Retrieves outbound EDI transaction records that have been extracted from Oracle EBS for transmission to trading partners. Includes purchase orders, invoices, payments, and schedule documents." }, { "info": { "name": "Extract an Outbound Edi Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.oracle.com/webservices/rest/ece/transactions/outbound", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "accessToken", "value": "{{accessToken}}", "placement": "query" } }, "docs": "Initiates extraction of outbound EDI transaction data from Oracle EBS application tables. The extracted data is formatted into the standard interface data file format for the specified transaction type and trading partner." } ] } ], "bundled": true }