How to submit the PO for approval through REST API
Submitting incomplete/Rejected PO for approval.
Create a Custom role and assign to the user,
Add Procurement REST Service(ORA_PO_PROCUREMENT_REST_SERVICE_DUTY)
How to submit the PO for approval through REST API
REST url: [Link]
[Link]/draftPurchaseOrders/300000033342476
300000033342476 is PO_HEADER_ID
Content-Type: application/[Link]+json
Body:
{
"name": "submit"
}
Response:
{
"result": "SUCCESS"
}