So I have a custom Model Binder implemented for DateTime type and I register it like below:
DateTime
void Application_Start(object sender, EventArgs e) {
It looks like you want to post some data to the server. Try to use FromData and post JSON. FromUri is typically used to fetch some data. Use WebAPI's conventions and allow it to work for you.