Ability to retrieve bank account updates from Audit table rest api
Summary:
I would like to use the rest api to retrieve the Audit table entries for the Supplier bank accounts:
Content (please ensure you mask any confidential information):
I have found an API that looks to be able to complete this but I need some information.
I need the values to the below api body for product and businessObjectType to get the supplier Bank account objects.
/fscmRestApi/fndAuditRESTService/audittrail/getaudithistory
{
"fromDate": "2024-01-01",
"toDate": "2024-01-27",
"product": "",
"businessObjectType": "",
"includeChildObjects":"true"
}
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0