How to Receive Transfer Order by API based on certain conditions?
We need to receive the Transfer Order using a REST API, ensuring that both of the following conditions are met:
- The system should only consider transfer orders that have been partially received. This means it will exclude any orders that are either fully received or not received at all.
- Additionally, the system must verify that 90 days have passed since the date of the last receipt for these transfer orders.
Only transfer orders that satisfy both conditions will be received by API.
Tagged:
0