i am tryting to send post statement using ORDS to one of the table in oracle. there are two fields , one is of type varchar2(12) and the other one is in date format. I am getting the error as bad request or not able to insert the date .What is the syntak for inserting the date data using json format into Oracle.
[code]
{
"opportunity_no": "1",
"date_entered": "01-JAN-2020"
}
[/code]