GET api/GetCompleteRecord/Get/{id}?pageno={pageno}&pagesize={pagesize}
完成记录
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| pageno | No documentation available. |
Define this parameter in the request URI. |
| pagesize | No documentation available. |
Define this parameter in the request URI. |
| id | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2",
"ResponseData": {}
}