vincere-io / restful-api-support

5 stars 0 forks source link

Strange error when trying to get education details from candidate #14

Closed SeraphicRav closed 4 years ago

SeraphicRav commented 4 years ago

The issue happen when I send this request: https://*.vincere.io/api/v2/candidate/41005/educationdetails:

And get the response body like below: {"message":"Data is invalid","status":"FAILED","httpStatus":"400","errorId":"b87ad2e0-df7c-4c8e-b590-2b4c662e220c","errors":["Text '3/31/1990' could not be parsed at index 0"]}

I tried with different candidates, the date changes but the error is the same. I am not providing a date so it should not be a status code 400 but 500. It should give me what I asked for in the best case too.

SeraphicRav commented 4 years ago

Duplicates #11