//localhost:44347/api/trust public String PostTrust([FromBody] trustRequestModel input) //when posting request don't worry about requestID as the function within payfone trust will create it for you { String output = _services.payfoneTrust(input).Result; return(output); }