GET api/Values?p_code={p_code}&gx_name={gx_name}&g_num2={g_num2}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| p_code | No documentation available. |
Define this parameter in the request URI. |
| gx_name | No documentation available. |
Define this parameter in the request URI. |
| g_num2 | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"zaichan": 1,
"yichan": 2,
"weichan": 3,
"g_num": 4
}
application/xml, text/xml
Sample:
<ValuesController.GongXuNum xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication3.Controllers"> <g_num>4</g_num> <weichan>3</weichan> <yichan>2</yichan> <zaichan>1</zaichan> </ValuesController.GongXuNum>