Supported operations
| DELETE /journalBatches/{id} |
| GET /journalBatches |
| GET /journalBatches/{id} |
| PATCH /journalBatches/{id} |
Finders (2)
Finders are named, pre-built queries with bound parameters. They can search values plain
q filters cannot reach.
| Finder | Bind variables |
|---|---|
| JournalsFinder | — |
| PrimaryKey | — |
Example finder request
GET /fscmRestApi/resources/11.13.18.05/journalBatches?finder=JournalsFinder Queryable q fields (30)
Only these fields can appear in a q filter expression on
/journalBatches. Filtering on any other field returns
400 Bad Request.
Example q request
GET /fscmRestApi/resources/11.13.18.05/journalBatches?q=AccountedPeriodType='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| AccountedPeriodType | string | = != |
| ActualFlagMeaning | string | = != |
| ApprovalStatusMeaning | string | = != |
| ApproverEmployeeName | string | = != |
| BatchDescription | string | = != |
| BatchName | string | = != |
| ChartOfAccountsName | string | = != |
| CompletionStatusMeaning | string | = != |
| ControlTotal | number | = != |
| CreatedBy | string | = != |
| CreationDate | string | = != |
| DefaultPeriodName | string | = != |
| ErrorMessage | string | = != |
| FundsStatusMeaning | string | = != |
| JeBatchId | integer | = != |
| LastUpdateDate | string | = != |
| LastUpdatedBy | string | = != |
| ParentJeBatchName | string | = != |
| PostedDate | string | = != |
| PostingRunId | integer | = != |
| RequestId | integer | = != |
| ReversalMethodMeaning | string | = != |
| RunningTotalAccountedCr | number | = != |
| RunningTotalAccountedDr | number | = != |
| RunningTotalCr | number | = != |
| RunningTotalDr | number | = != |
| Status | string | = != |
| StatusMeaning | string | = != |
| UserJeSourceName | string | = != |
| UserPeriodSetName | string | = != |
Child resources (5)
Each child is reachable at
/journalBatches/{id}/child/<name>
and most can also be inlined with expand.
batchAttachmentjournalActionLogsjournalBatchDFFjournalErrorsjournalHeaders Response fields (38)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
AccountedPeriodTypeActualFlagMeaningApprovalStatusMeaningApproverEmployeeNameBatchDescriptionBatchNameChartOfAccountsNameCompletionStatusMeaningControlTotalCreatedByCreationDateDefaultPeriodNameErrorMessageFundsStatusMeaningJeBatchIdLastUpdateDateLastUpdatedByParentJeBatchNamePostedDatePostingRunIdRequestIdReversalDateReversalFlagReversalMethodMeaningReversalPeriodRunningTotalAccountedCrRunningTotalAccountedDrRunningTotalCrRunningTotalDrStatusStatusMeaningUserJeSourceNameUserPeriodSetNamebatchAttachmentjournalActionLogsjournalBatchDFFjournalErrorsjournalHeaders Build this query visually in OPAL
OPAL bundles this endpoint — and 59,000+ more — fully searchable offline, with a visual Q Builder and Finder Builder that only offer the fields listed above, so your filter can't 400. Download free · see features.
Related reference & reading
- /receivablesInvoices Get all receivables invoices
- /expensePerDiemPolicies Get all expense per diem policies
- /expenseReports Get all expense report records
- /jointVentures Get all joint ventures
- /jointVentureSLADistributions Get all joint venture subledger distributions
- Oracle Fusion API guide
- Why the q parameter fails and how to fix it
- Finders: named queries in Oracle Fusion REST APIs
- All endpoint reference pages