REST API: How to get purchase order statuses list?
Hi,
In the purchase order ( https://docs.oracle.com/en/cloud/saas/procurement/22b/fapra/op-purchaseorders-get.html ) there is Status field:
"StatusCode": "INCOMPLETE", "Status": "Incomplete",
Can I get a list of all statuses via some "list of values" call, for instance?
Or may be there is another way?