In my case the problem was the DateTime
object I was sending. I created a DateTime
with "yyyy-MM-dd", and the DateTime
that was required by the object I was mapping to needed "HH-mm-ss" aswell. So appending "00-00" solved the problem (the full item was null because of this).