how to get the hash key in billingControl?
I am trying to UPDATE
the HardLimitAmount field using rest api but I always get an error: 404 Not Found.
When trying to use the GET method using the link below, I am able to get the BillingControlId,
"https://base url/fscmRestApi/resources/11.13.18.05/contracts/100014821314351/child/ContractLine/100014823126154/child/BillingControl/"
but when I am using the BillingControlId to get the specific record, I always get an error: 404 Not Found.
"https://base url/fscmRestApi/resources/11.13.18.05/contracts/100014821314351/child/ContractLine/100014823126154/child/BillingControl/100014823137935"
Upon going through oracle documentation, there is i think a hash key that is needed to be able to UPDATE
a billing control.
0