{ "opencollection": "1.0.0", "info": { "name": "Workday Financials Workday Cash Management Account Reconciliations Journal Entries API", "version": "v38.2" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Journal Entries", "type": "folder" }, "items": [ { "info": { "name": "Workday Financials List journal entries", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/journalEntries", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return" }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination" }, { "name": "status", "value": "", "type": "query", "description": "Filter by journal entry status" }, { "name": "fromDate", "value": "", "type": "query", "description": "Filter entries from this date" }, { "name": "toDate", "value": "", "type": "query", "description": "Filter entries to this date" } ] }, "docs": "Retrieve a collection of journal entries." }, { "info": { "name": "Workday Financials Create a journal entry", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/journalEntries", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new journal entry for financial accounting." }, { "info": { "name": "Workday Financials Get a journal entry", "type": "http" }, "http": { "method": "GET", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/journalEntries/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ] }, "docs": "Retrieve details of a specific journal entry." }, { "info": { "name": "Workday Financials Post a journal entry", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/journalEntries/:id/post", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ] }, "docs": "Post an approved journal entry to the general ledger." }, { "info": { "name": "Workday Financials Reverse a journal entry", "type": "http" }, "http": { "method": "POST", "url": "https://{tenant}.workday.com/api/cashManagement/v38.2/journalEntries/:id/reverse", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier of the resource (WID)" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a reversal of a posted journal entry." } ] } ], "bundled": true }