POST Api/SystemConfig/Add
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": "2192e613-fa42-491a-b52f-703ac9d27ce2",
"UserId": "d5c29a89-c0d2-45f5-b9c7-974203b818cb",
"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>2192e613-fa42-491a-b52f-703ac9d27ce2</Id> <IsAutoRestart>true</IsAutoRestart> <IsStartWithSystem>true</IsStartWithSystem> <SummonTimeOut>1</SummonTimeOut> <UserId>d5c29a89-c0d2-45f5-b9c7-974203b818cb</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.