Skip to Main Content

Developer Community

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

REST API: CreationDate parameter is not working in /fscmRestApi/resources/11.13.18.05/b2bMessageTransactions

Hello All,

I am trying to filter the data based on the CreationDate in the below Rest API but I am not getting any data. Could some one provide how to pass the parameter value.

I am using

q=DocumentName=PROCESS_INVOICE_IN;Status=Success;CreationDate>='2025-01-01T10:45:00Z

Response

{
"items": [],
"count": 0,
"hasMore": false,
"limit": 100,
"offset": 0,
"links": [
{

Note: we have data but the creationdate parameter not satisfying the logic but in the below Oracle document its mentioned CreationDate we can use as a parameter.

REST API for Oracle Supply Chain Management Cloud - Get all transaction records

Comments
Post Details
Added on Jul 15 2025
0 comments
147 views