POST api/Configs/SetPrintIntervalConfig
Request Information
URI Parameters
None.
Body Parameters
PrintInterval| Name | Description | Type | Additional information |
|---|---|---|---|
| IsPageInterval | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"IsPageInterval": true
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| ErrorCode | string |
None. |
|
| ErrorMessage | string |
None. |
|
| Data | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"ErrorCode": "sample string 2",
"ErrorMessage": "sample string 3",
"Data": true
}