Kizspy Question: 44
(Choose 1 answer)
What is complex type binding?
A. HTTP Methods like POST and PUT where you have to send the send model/entity data to the server, uses complex type
binding, by default.
B. POST and PUT can also use combination of primitive and complex type. In the case you want to update data, you can
pass the Id in query string and the data to be updated in response body.
C. Both the answers are corect
D. Both the answers are incorrect