GET api/Product/GetParamByPId?pid={pid}
“GetParamByPId”的文档。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
pid | “pid”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{ "Items": [ { "EngName": "sample string 1", "ChnName": "sample string 2", "ParaVal": "sample string 3" }, { "EngName": "sample string 1", "ChnName": "sample string 2", "ParaVal": "sample string 3" }, { "EngName": "sample string 1", "ChnName": "sample string 2", "ParaVal": "sample string 3" } ] }
application/xml, text/xml
Sample:
<ProParamatersModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaiShengShi.Models"> <Items> <ProParamaterModel> <ChnName>sample string 2</ChnName> <EngName>sample string 1</EngName> <ParaVal>sample string 3</ParaVal> </ProParamaterModel> <ProParamaterModel> <ChnName>sample string 2</ChnName> <EngName>sample string 1</EngName> <ParaVal>sample string 3</ParaVal> </ProParamaterModel> <ProParamaterModel> <ChnName>sample string 2</ChnName> <EngName>sample string 1</EngName> <ParaVal>sample string 3</ParaVal> </ProParamaterModel> </Items> </ProParamatersModel>