// Caution: Will not work! public HttpResponseMessage Post([FromBody] int id, [FromBody] string name) { ... }