You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

REST API Batch Actions for PO Change Orders

edited Aug 23, 2024 1:41PM in Purchasing 2 comments

Summary:

Trying to create PO change orders using the Draft Purchase Orders API resource. The discrete API works fine, but its not working when used as Batch Actions. Is this supported?

Content (please ensure you mask any confidential information):

Request

https://<xx>/fscmRestApi/resources/11.13.18.05/

Method: PATCH

Header: 'Content-Type: application/vnd.oracle.adf.batch+json'

Body:

{    "parts": [        {            "id": "part1",            "path": "/draftPurchaseOrders/22084",            "operation": "invoke",            "payload": {                "ChangeOrderDescription": "change order",                "ChangeOrderInitiatingParty": "BUYER",                "lines": [                    {                        "POLineId": 27083,                        "CancelFlag": true, 

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!