HelloWorld
					< Return to Method List
				
				
					string
					HelloWorld(string $val)
				
				
					Sample API request method. Returns the string that you pass in.
				
				Parameters
					| string val | The value for the server to return to you. | 
|---|
Return Value
					| string | This method returns the string that you passed in. | 
|---|