标签: parameter-passing advanced-rest-client
我是休息的web服务,它采用单个参数。我正在使用高级休息客户端进行测试但是缺少参数错误;我打电话并传递参数如下;
https://agentwebservices.ac.uk/Rest/Modules/13327/Screens/U_LookUps/Data/StudentByCode?PeopeCode=" 33724"
我有字符串337724和' 337724'但同样的错误
所以方法是StudentByCode(字符串PeopeCode)