findGenderByName

findGenderByName

The findGenderByName returns a Gender record that match with the gender name that was provided.

Method

The method uses the GET HTML method.

Input

The input to the method is string gender name.

Output

The output is the Gender entry if found or an empty document if no entry is known by the system with that gender name.