POST api/aidDecision/ModifyWarnConfig
Request Information
URI Parameters
None.
Body Parameters
EntAppAllWarn| Name | Description | Type | Additional information |
|---|---|---|---|
| IsUsingCN | string |
None. |
|
| Id | integer |
None. |
|
| WarnTypeCode | string |
None. |
|
| WarnTypeCn | string |
None. |
|
| DaysConfig | integer |
None. |
|
| WillEndDays | integer |
None. |
|
| OverdueCount | integer |
None. |
|
| WillEndCount | integer |
None. |
|
| OtherCounts | integer |
None. |
|
| ShowSeqence | integer |
None. |
|
| CreateUser | string |
None. |
|
| CreateDate | date |
None. |
|
| IsUsing | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"isUsingCN": "未启用",
"id": 1,
"warnTypeCode": "sample string 2",
"warnTypeCn": "sample string 3",
"daysConfig": 4,
"willEndDays": 5,
"overdueCount": 6,
"willEndCount": 7,
"otherCounts": 8,
"showSeqence": 9,
"createUser": "sample string 10",
"createDate": "2025-11-14 16:00:37",
"isUsing": 11,
"pageSize": 12,
"pageIndex": 13,
"totalCount": 14
}
application/xml, text/xml
Sample:
<EntAppAllWarn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>13</PageIndex> <PageSize>12</PageSize> <TotalCount>14</TotalCount> <CreateDate>2025-11-14T16:00:37.5360473+08:00</CreateDate> <CreateUser>sample string 10</CreateUser> <DaysConfig>4</DaysConfig> <Id>1</Id> <IsUsing>11</IsUsing> <OtherCounts>8</OtherCounts> <OverdueCount>6</OverdueCount> <ShowSeqence>9</ShowSeqence> <WarnTypeCn>sample string 3</WarnTypeCn> <WarnTypeCode>sample string 2</WarnTypeCode> <WillEndCount>7</WillEndCount> <WillEndDays>5</WillEndDays> </EntAppAllWarn>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | string |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": "sample string 3",
"message": "sample string 4"
}
application/xml, text/xml
Sample:
<ReturnResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>sample string 3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfstring>