{ "opencollection": "1.0.0", "info": { "name": "Oracle Integration Developer Adapters Trading Partners API", "version": "1.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://{idcs-url}/oauth2/v1/authorize", "accessTokenUrl": "https://{idcs-url}/oauth2/v1/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Trading Partners", "type": "folder" }, "items": [ { "info": { "name": "Oracle Integration List Trading Partners", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/b2b/v1/tpm/partners", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of items to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of items to skip before returning results." } ] }, "docs": "Retrieve a list of all trading partners." }, { "info": { "name": "Oracle Integration Create Trading Partner", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/b2b/v1/tpm/partners", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new trading partner." }, { "info": { "name": "Oracle Integration Get Trading Partner", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/b2b/v1/tpm/partners/:tpId", "params": [ { "name": "tpId", "value": "", "type": "path", "description": "Trading partner identifier." } ] }, "docs": "Retrieve a specific trading partner." }, { "info": { "name": "Oracle Integration Update Trading Partner", "type": "http" }, "http": { "method": "PUT", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/b2b/v1/tpm/partners/:tpId", "params": [ { "name": "tpId", "value": "", "type": "path", "description": "Trading partner identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing trading partner." }, { "info": { "name": "Oracle Integration Delete Trading Partner", "type": "http" }, "http": { "method": "DELETE", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/b2b/v1/tpm/partners/:tpId", "params": [ { "name": "tpId", "value": "", "type": "path", "description": "Trading partner identifier." } ] }, "docs": "Delete a trading partner." }, { "info": { "name": "Oracle Integration Get Host Profile", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/b2b/v1/tpm/host" }, "docs": "Retrieve the B2B host profile." }, { "info": { "name": "Oracle Integration Create or Update Host Profile", "type": "http" }, "http": { "method": "POST", "url": "https://{instance}.integration.ocp.oraclecloud.com/ic/api/b2b/v1/tpm/host", "body": { "type": "json", "data": "{}" } }, "docs": "Create or update the B2B host profile." } ] } ], "bundled": true }