I am guessing it has to do with the date parameter.
When you set the type to Date, the parameter expects you to add an object of type DateTime, not a string?
EDIT: actually the same holds true for all of them, the parameters of type Int, want you to add an object of type Int and not a string.
When you set the type to Date, the parameter expects you to add an object of type DateTime, not a string?
EDIT: actually the same holds true for all of them, the parameters of type Int, want you to add an object of type Int and not a string.
Comment