Thank you for your support Santhosh.. I found the problem
It is because of passing a wrong value to the field
I have this field <PropertyName="MaxTrips"Type="Edm.Byte"Nullable="false"
It is Byte and should pa passed as 0 without " so it should not be "0"
Also there was a Nullable=false field that was not passed, and caused the same error also..