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

404 on patch item structure

edited Jun 25, 2025 8:58PM in ERP Integrations 1 comment

i got 404 error when i update item structure using REST API.
I was able to get 200 when i use the GET REST API with the same URL.

response of GET API

https://eioz-test.fa.us6.oraclecloud.com/fscmRestApi/resources/11.13.18.05/itemStructures/300000062320921
Response status: 200
Response data: { "BillSequenceId" : 300000062320921, "ChangeNotice" : null,


response of PATCH API

https://eioz-test.fa.us6.oraclecloud.com/fscmRestApi/resources/11.13.18.05/itemStructures/300000062320921
Response status: 404
Response data: Error occurred: 404 Client Error: Not Found for url: https://eioz-test.fa.us6.oraclecloud.com/fscmRestApi/resources/11.13.18.05/itemStructures/300000062320921


https://eioz-test.fa.us6.oraclecloud.com:443/fscmRestApi/resources/11.13.18.05/itemStructures/300000062320921

this is the url I tested.

headers = {"Content-Type": "application/vnd.oracle.adf.resourceitem+json",  "Accept": "application/json"}

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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