POST api/AuditConfigColumns/Update
Request Information
URI Parameters
None.
Body Parameters
EntGoldenAuditColumnsConfig| Name | Description | Type | Additional information |
|---|---|---|---|
| BusinessTypeCN | string |
None. |
|
| IsCompareCN | string |
None. |
|
| Id | integer |
None. |
|
| BusinessType | string |
None. |
|
| ColumnName | string |
None. |
|
| ColumnNameComment | string |
None. |
|
| ColumnDataType | string |
None. |
|
| IsCompare | integer |
None. |
|
| CreateUser | string |
None. |
|
| CreateDate | date |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"businessTypeCN": "sample string 1",
"isCompareCN": "sample string 2",
"id": 3,
"businessType": "sample string 4",
"columnName": "sample string 5",
"columnNameComment": "sample string 6",
"columnDataType": "sample string 7",
"isCompare": 8,
"createUser": "sample string 9",
"createDate": "2025-11-02 11:47:37",
"pageSize": 10,
"pageIndex": 11,
"totalCount": 12
}
application/xml, text/xml
Sample:
<EntGoldenAuditColumnsConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>11</PageIndex> <PageSize>10</PageSize> <TotalCount>12</TotalCount> <BusinessType>sample string 4</BusinessType> <BusinessTypeCN>sample string 1</BusinessTypeCN> <ColumnDataType>sample string 7</ColumnDataType> <ColumnName>sample string 5</ColumnName> <ColumnNameComment>sample string 6</ColumnNameComment> <CreateDate>2025-11-02T11:47:37.135565+08:00</CreateDate> <CreateUser>sample string 9</CreateUser> <Id>3</Id> <IsCompare>8</IsCompare> <IsCompareCN>sample string 2</IsCompareCN> </EntGoldenAuditColumnsConfig>
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>