Check out example codes for "optional parameter get request c#". It will help you in understanding the concepts better.
Code Example 1
public string GetFindBooks(string author="", string title="", string isbn="", string somethingelse="", DateTime? date= null)
{
// ...
}
Learn ReactJs, React Native from akashmittal.com