POST api/CodeType/showDetailList
Request Information
URI Parameters
None.
Body Parameters
EntBasCodes| Name | Description | Type | Additional information |
|---|---|---|---|
| CodeType | string |
None. |
|
| Code | string |
None. |
|
| CodenameCn | string |
None. |
|
| CodenameEn | string |
None. |
|
| ShowSequence | integer |
None. |
|
| USD1 | string |
None. |
|
| USD2 | string |
None. |
|
| CreateTime | date |
None. |
|
| CreateBy | string |
None. |
|
| EditTime | date |
None. |
|
| EditBy | string |
None. |
|
| Status | string |
None. |
|
| EditStatus | string |
None. |
|
| Remark | string |
None. |
|
| Id | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"codeType": "sample string 1",
"code": "sample string 2",
"codenameCn": "sample string 3",
"codenameEn": "sample string 4",
"showSequence": 5,
"usD1": "sample string 6",
"usD2": "sample string 7",
"createTime": "2025-11-06 03:13:46",
"createBy": "sample string 8",
"editTime": "2025-11-06 03:13:46",
"editBy": "sample string 9",
"status": "sample string 10",
"editStatus": "sample string 11",
"remark": "sample string 12",
"id": 13,
"pageSize": 14,
"pageIndex": 15,
"totalCount": 16
}
application/xml, text/xml
Sample:
<EntBasCodes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>15</PageIndex> <PageSize>14</PageSize> <TotalCount>16</TotalCount> <Code>sample string 2</Code> <CodeType>sample string 1</CodeType> <CodenameCn>sample string 3</CodenameCn> <CodenameEn>sample string 4</CodenameEn> <CreateBy>sample string 8</CreateBy> <CreateTime>2025-11-06T03:13:46.0668587+08:00</CreateTime> <EditBy>sample string 9</EditBy> <EditStatus>sample string 11</EditStatus> <EditTime>2025-11-06T03:13:46.0668587+08:00</EditTime> <Id>13</Id> <Remark>sample string 12</Remark> <ShowSequence>5</ShowSequence> <Status>sample string 10</Status> <USD1>sample string 6</USD1> <USD2>sample string 7</USD2> </EntBasCodes>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfPagedResultDataTable| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | PagedResultDataTable |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": {
"totalCount": 1,
"items": null
},
"message": "sample string 3"
}
application/xml, text/xml
Sample:
<ReturnResultOfPagedResultDataTableDN9A7J8d xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/Epass.Vue.WebApi.Models">
<d2p1:items i:nil="true" />
<d2p1:totalCount>1</d2p1:totalCount>
</Data>
<Message>sample string 3</Message>
<Status>1</Status>
<Success>true</Success>
</ReturnResultOfPagedResultDataTableDN9A7J8d>