.
your error is the CONTENT TYPE you're using to send the request
.. 您选择
x-www-form-url-encoded
(HTML表单的格式)。。
BUT if you want to use WebAPI and send your Entity in the PAYLOAD of yours request via REST .. you have to set CONTENT - TYPE as application/JSON
..