POST Api/SystemConfig/GetList
Request Information
URI Parameters
None.
Body Parameters
SystemConfigDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| UserId | globally unique identifier |
None. |
|
| IsStartWithSystem | boolean |
None. |
|
| IsAutoRestart | boolean |
None. |
|
| AutoRestartTime | string |
None. |
|
| CenterNumber | integer |
None. |
|
| ErrorTime | integer |
None. |
|
| SummonTimeOut | integer |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| Total | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": "9ae6b6ab-eb06-457c-be4d-22581e448b68",
"UserId": "a5320b9d-33f1-42f8-8d5f-51e87f5f828d",
"IsStartWithSystem": true,
"IsAutoRestart": true,
"AutoRestartTime": "sample string 2",
"CenterNumber": 1,
"ErrorTime": 1,
"SummonTimeOut": 1,
"PageIndex": 3,
"PageSize": 4,
"Total": 5
}
application/xml, text/xml
Sample:
<SystemConfigDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZShOil.Model"> <_x003C_PageIndex_x003E_k__BackingField>3</_x003C_PageIndex_x003E_k__BackingField> <_x003C_PageSize_x003E_k__BackingField>4</_x003C_PageSize_x003E_k__BackingField> <_x003C_Total_x003E_k__BackingField>5</_x003C_Total_x003E_k__BackingField> <AutoRestartTime>sample string 2</AutoRestartTime> <CenterNumber>1</CenterNumber> <ErrorTime>1</ErrorTime> <Id>9ae6b6ab-eb06-457c-be4d-22581e448b68</Id> <IsAutoRestart>true</IsAutoRestart> <IsStartWithSystem>true</IsStartWithSystem> <SummonTimeOut>1</SummonTimeOut> <UserId>a5320b9d-33f1-42f8-8d5f-51e87f5f828d</UserId> </SystemConfigDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.