GET api/cgInvestPrice/GetPagedata
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
paramModal | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "pagination": { "total": 1, "pageSize": 2, "current": 3 }, "data": [ {}, {}, {} ], "errorCode": 1, "errorMsg": "sample string 2" }
application/xml, text/xml
Sample:
<PageResultOfcgInvestPriceKNH_SmGkI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WfSoft.Core"> <errorCode>1</errorCode> <errorMsg>sample string 2</errorMsg> <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/WfSoft.Model"> <d2p1:cgInvestPrice /> <d2p1:cgInvestPrice /> <d2p1:cgInvestPrice /> </data> <pagination> <current>3</current> <pageSize>2</pageSize> <total>1</total> </pagination> </PageResultOfcgInvestPriceKNH_SmGkI>