POST api/Sys/SysparametersPageGetByParentId
Request Information
URI Parameters
None.
Body Parameters
PageModelName | Description | Type | Additional information |
---|---|---|---|
Query | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "Query": "sample string 1", "PageIndex": 2, "PageSize": 3 }
application/xml, text/xml
Sample:
<PageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YNF.Service.Models"> <PageIndex>2</PageIndex> <PageSize>3</PageSize> <Query>sample string 1</Query> </PageModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResultModelName | Description | Type | Additional information |
---|---|---|---|
IsSucceed | boolean |
None. |
|
MessageCode | integer |
None. |
|
Message | string |
None. |
|
Time | string |
None. |
|
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "IsSucceed": true, "MessageCode": 2, "Message": "sample string 3", "Time": "sample string 4", "Data": {} }
application/xml, text/xml
Sample:
<ResultModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YNF.Model"> <Data /> <IsSucceed>true</IsSucceed> <Message>sample string 3</Message> <MessageCode>2</MessageCode> <Time>sample string 4</Time> </ResultModel>