I am rest web-service which take single parameter. I am using advanced rest client to test but getting missing parameter error; I am call and passing parameter as following;
https://agentwebservices.ac.uk/Rest/Modules/13327/Screens/U_LookUps/Data/StudentByCode?PeopeCode="33724"
I have string 337724 and '337724' but same error
so the method is StudentByCode(string PeopeCode)