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

how to update contract header and contract lines together in batch using rest api

Summary:

how to update contract header and contract lines together in batch using rest api

Content (please ensure you mask any confidential information):


what will be the request payload in the body?

what will be in header?

and what will be in url

am using the below payload in body

{

  "ContractId": 300000951226701, 

"AmendmentEffectiveDate": "2025-05-20" 

"ContractLines":

  {   

  "LineId": 300001403187249,   

  "AllowCustomAdjustmentsFlag": "Y" 

  }

  ]

}

and url as

https://fa-evwr-dev1-saasfaprod1.fa.ocs.oraclecloud.com/fscmRestApi/resources/11.13.18.05/contracts

method as patch

header

content type as application/json

Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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