Trying to update the sales order eff using rest api.
Summary:
I am trying to update the EFF attribute using the rest api.
Document which I referred is below:
Oracle document
Updating Sale Order DFF
Youtube Video
https://www.youtube.com/watch?v=jOkqDaNNGlk
it giving me 404 Not found error in Postman
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
{
"OrderKey":"OPS:300000008363488",
"lines":[{
"FulfillLineId": 300000008363490,
"additionalInformation":[{
"Category":"DOO_FULFILL_LINES_ADD_INFO",
"FulfillLineEffBWeightprivateVO":[{
"ContextCode":"Weight",
"UnitWeight":"12"
}]
}]
}]
}