FromURI attribute to instruct Web API to collect or get the value of complex type from the query string.FromBody attribute instruct Web API to collect or get the value of primitive type from the request body.
Web API gets the value of a primitive parameter from the query string and complex type parameter from the request body.