Updating sales order using Rest API 404 Error
Summary:
We are updating sales order using below Rest API. When trying to call this from postman getting 404 error.
/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHubRequests/{OrderKey}
Content (please ensure you mask any confidential information):
Using postman with below options
Method: PATCH
url: https://ejnz-dev1.fa.us6.oraclecloud.com/fscmRestApi/resources/11.13.18.05/salesOrdersForOrderHub/Quote_system_3:70883902
Body:
{
"SubmittedFlag":true,
"attachments": [{
"DatatypeCode" : "WEB_PAGE",
"CategoryName" : "MISC",
"Url": "http://quote-system.apps-tst.wwt.com/wwthash/quotes/7080498/versions/1/billing",
"Description" : "RestAPIUrl"
}]
}
Response: 404 not found
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):