Hello, in .NET platform nobody build manually client of REST function, need to set endpoint URL and client review endpoint with ?WSDL suffix (for REST in SOAP/WSDL/DISCO) or /help (with WebApi format), than client make automatically all methods to communication with parameters. I'm newbie in...