Hi Lucian,
Thanks for the reply, please see the screen for from my jdbc response,
To update the very same results I need to pass the event code in my json (below)
{
"unitOfMeasureDescription": "RedesignUpdate",
"unitOfMeasureBusinessDescription": "RedesignUpdate",
"unitOfMeasureCode": "UOM-Rede",
"unitOfMeasureUnit": "cm",
"dataType": {
"dataTypeCode": "DECIMAL"
},
"effectiveFromDate": "2018-09-03",
"effectiveToDate": "2999-12-31"
}
I can update any parameter aslong as I am passing the correct/existing code.
As I mentioned I need to find a way that I can be able to read the code from the DB and pass it to my json without doing it manually, bacause we have to intergrate this with jenkins
Thanks,
KB Tokzan