79426188

Date: 2025-02-10 06:08:51
Score: 1
Natty:
Report link

The above issue occurs due to the mismatch of the data types. In the JSON payload, it sends the "birth_date" field as a STRING but in the data-service end, it expects a value for "birth_date" as TIMESTAMP. But in the database side, it can store TIMESTAMP values that are sent as STRINGs by internally processing to the TIMESTAMP format.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
Posted by: Chanikag