public void Put(int id, [FromBody] VacationInputModel value) { // Do something useful here }
public void Post([FromBody] VacationInputModel value) { // Do something useful here }