POST api/exceptconfiy/modify
Request Information
URI Parameters
None.
Body Parameters
EntAppExceptionstateWarn| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDateBegin | date |
None. |
|
| StartDateEnd | date |
None. |
|
| BusinessTypeCn | string |
None. |
|
| CurrentTransferTypeCn | string |
None. |
|
| NextTransferTypeCn | string |
None. |
|
| Id | integer |
None. |
|
| BusinessType | string |
None. |
|
| WarnName | string |
None. |
|
| StartDate | date |
None. |
|
| CurrentTransferType | string |
None. |
|
| NextTransferType | string |
None. |
|
| LimitHour | integer |
None. |
|
| CreateUser | string |
None. |
|
| CreateDate | date |
None. |
|
| CurrentColumns | string |
None. |
|
| NextColumns | string |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"startDateBegin": "2025-12-07 14:13:39",
"startDateEnd": "2025-12-07 14:13:39",
"businessTypeCn": "sample string 1",
"currentTransferTypeCn": "sample string 2",
"nextTransferTypeCn": "sample string 3",
"id": 4,
"businessType": "sample string 5",
"warnName": "sample string 6",
"startDate": "2025-12-07 14:13:39",
"currentTransferType": "sample string 7",
"nextTransferType": "sample string 8",
"limitHour": 9,
"createUser": "sample string 10",
"createDate": "2025-12-07 14:13:39",
"currentColumns": "sample string 11",
"nextColumns": "sample string 12",
"pageSize": 13,
"pageIndex": 14,
"totalCount": 15
}
application/xml, text/xml
Sample:
<EntAppExceptionstateWarn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>14</PageIndex> <PageSize>13</PageSize> <TotalCount>15</TotalCount> <BusinessType>sample string 5</BusinessType> <BusinessTypeCn>sample string 1</BusinessTypeCn> <CreateDate>2025-12-07T14:13:39.3504196+08:00</CreateDate> <CreateUser>sample string 10</CreateUser> <CurrentColumns>sample string 11</CurrentColumns> <CurrentTransferType>sample string 7</CurrentTransferType> <CurrentTransferTypeCn>sample string 2</CurrentTransferTypeCn> <Id>4</Id> <LimitHour>9</LimitHour> <NextColumns>sample string 12</NextColumns> <NextTransferType>sample string 8</NextTransferType> <NextTransferTypeCn>sample string 3</NextTransferTypeCn> <StartDate>2025-12-07T14:13:39.3504196+08:00</StartDate> <StartDateBegin>2025-12-07T14:13:39.3504196+08:00</StartDateBegin> <StartDateEnd>2025-12-07T14:13:39.3504196+08:00</StartDateEnd> <WarnName>sample string 6</WarnName> </EntAppExceptionstateWarn>
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>