public ActionResult updateClinkerInterest(ClinkerInterests newClinkerInterest) { var updatedClinkerInterestObject = InterestRepository.UpdateClinkerInterest(newClinkerInterest); return(Created("api/updatedClinkerInterest", updatedClinkerInterestObject)); }