0% found this document useful (0 votes)
49 views2 pages

Submit PO Approval via REST API

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views2 pages

Submit PO Approval via REST API

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

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"
}

You might also like