POST api/AuditConfigColumns/GetColumn
Request Information
URI Parameters
None.
Body Parameters
EntGoldenAuditColumnsConfigName | 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": "2024-11-21 16:32:11", "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>2024-11-21T16:32:11.990102+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
ReturnResultOfPageDataTableName | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | PageDataTable |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": { "dataSource": null, "pageSize": 1, "pageIndex": 2, "totalCount": 3 }, "message": "sample string 3" }
application/xml, text/xml
Sample:
<ReturnResultOfPageDataTableJWrFJ9jl xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data> <PageIndex>2</PageIndex> <PageSize>1</PageSize> <TotalCount>3</TotalCount> <DataSource i:nil="true" /> </Data> <Message>sample string 3</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfPageDataTableJWrFJ9jl>