REST API to Retrieve Change Details for PO Change Orders in Pending Approval Status
Summary:
REST API to Retrieve Change Details for PO Change Orders in Pending Approval Status
Content (please ensure you mask any confidential information):
Hi everyone,
I’m currently using the following REST API to retrieve purchase order (PO) details:
/fscmRestApi/resources/11.13.18.05/purchaseOrders/{purchaseOrdersUniqID}
However, when a user creates a Change Order and submits it for approval, the changes are not reflected in this API response.
I need to retrieve details about the changes made in the Change Order, such as:
- Updated description
- Updated amount
- Updated account, etc.
For example, I can see this information in the BPM task for Approval Change Order or in approval email that sent to approvers, but I haven’t found an API to extract it.