POST V2/RegNPay/SearchProducts
Request Information
URI Parameters
None.
Body Parameters
ProdCond| Name | Description | Type | Additional information |
|---|---|---|---|
| keys | Collection of ProdCondKeyView |
None. |
|
| page | PageInfo |
None. |
Request Formats
application/json, text/json
Sample:
{
"keys": [
{
"key": "sample string 1",
"type": "sample string 2",
"id": "sample string 3",
"value": [
"sample string 1",
"sample string 2"
]
},
{
"key": "sample string 1",
"type": "sample string 2",
"id": "sample string 3",
"value": [
"sample string 1",
"sample string 2"
]
}
],
"page": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
}
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
PageDataOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of Object |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalPage": 1,
"TotalRecord": 1,
"Data": [
{},
{}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}