404 on patch item structure
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"}