GET api/erpSp/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:
<PageResultOferpSpDToV6sRl 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.KL">
<d2p1:erpSp />
<d2p1:erpSp />
<d2p1:erpSp />
</data>
<pagination>
<current>3</current>
<pageSize>2</pageSize>
<total>1</total>
</pagination>
</PageResultOferpSpDToV6sRl>