POST AdminApi/ProdAttribute/Search
Request Information
URI Parameters
None.
Body Parameters
ProductAttributeCond| Name | Description | Type | Additional information |
|---|---|---|---|
| PageInfo | PageInfo |
None. |
|
| Desc | string |
None. |
|
| IsInv | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"Desc": "sample string 1",
"IsInv": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PageDataOfProductAttribute| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalPage | integer |
None. |
|
| TotalRecord | integer |
None. |
|
| Data | Collection of ProductAttribute |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Offset | integer |
None. |
|
| SortName | string |
None. |
|
| SortOrder | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.