POST api/GetSystemInfoList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _SystemInfoQuery | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Note": "sample string 2",
"PageSize": 3,
"PageIndex": 4
}
application/xml, text/xml
Sample:
<SystemInfoQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Name>sample string 1</Name> <Note>sample string 2</Note> <PageSize>3</PageSize> <PageIndex>4</PageIndex> </SystemInfoQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Data": {},
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Result>1</Result> <Data /> <Message>sample string 3</Message> </HttpResult>