{ "opencollection": "1.0.0", "info": { "name": "SAP AI Core Addresses Journal Entries API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://{subdomain}.authentication.{region}.hana.ondemand.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Journal Entries", "type": "folder" }, "items": [ { "info": { "name": "Sap List Journal Entries", "type": "http" }, "http": { "method": "GET", "url": "https://api.ai.{region}.cfapps.{landscape}.hana.ondemand.com/v2/JournalEntries", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression" }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of records to skip" } ] }, "docs": "Retrieves financial journal entries with support for OData filtering and pagination." }, { "info": { "name": "Sap Create a Journal Entry", "type": "http" }, "http": { "method": "POST", "url": "https://api.ai.{region}.cfapps.{landscape}.hana.ondemand.com/v2/JournalEntries", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new financial journal entry with debit and credit lines." } ] } ], "bundled": true }