(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. All of the others.
D. None of the others.
E13