POST V2/RegNPay/Search
Request Information
URI Parameters
None.
Body Parameters
FormCond| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| PageInfo | PageInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"Key": "sample string 1",
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
|
| Code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {},
"Code": 4
}