Hi Community,
I am using the Oracle Fusion REST API endpoint: /fscmRestApi/resources/11.13.18.05/journalBatches/{batchId}/child/journalHeaders to retrieve batch header details.
For most journal batches, I receive the expected header details. However, for reversed batches, the field that should provide the reversed_je_header_id.
basically, my requirement is i should get the reversed_je_header_id when i pass the reverse batch id "AccrualReversalEffectiveDate": null,
"AccrualReversalPeriodName": null,
"AccrualReversalStatus": null,
for this batch api i am getting below fields- /fscmRestApi/resources/11.13.18.05/journalBatches/batchId
"ReversalDate": null,
"ReversalPeriod": null,
"ReversalFlag": null,
"ReversalMethodMeaning": null
Details- API Version: 11.13.18.05 Example Batch ID: 967010 Field missing: reversed_je_header_id (or similar) The field is expected to provide the reference to the reversed journal entry header.
What I’ve Tried: Checked the API response for other batches (works as expected for non-reversed) Reviewed API documentation for field names and structure .
Questions:
Is there a different field or structure for retrieving the reversed journal header ID for reversed batches?
Is this a known limitation or a data issue? Are there any workarounds or recommended approaches to retrieve this information via API?
Any advice or guidance would be greatly appreciated!
Thanks in advance.