POST api/CodeType/GetList
Request Information
URI Parameters
None.
Body Parameters
EntBasCodetype| Name | Description | Type | Additional information |
|---|---|---|---|
| CodeType | string |
None. |
|
| CodetypeCn | string |
None. |
|
| CodetypeEn | string |
None. |
|
| DataType | string |
None. |
|
| DataLength | integer |
None. |
|
| Status | string |
None. |
|
| ShowSequence | integer |
None. |
|
| USD1 | string |
None. |
|
| USD2 | string |
None. |
|
| CreateTime | date |
None. |
|
| CreateBy | string |
None. |
|
| EditTime | date |
None. |
|
| EditBy | 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",
"codetypeCn": "sample string 2",
"codetypeEn": "sample string 3",
"dataType": "sample string 4",
"dataLength": 5,
"status": "sample string 6",
"showSequence": 7,
"usD1": "sample string 8",
"usD2": "sample string 9",
"createTime": "2025-10-27 13:54:39",
"createBy": "sample string 11",
"editTime": "2025-10-27 13:54:39",
"editBy": "sample string 13",
"editStatus": "sample string 14",
"remark": "sample string 15",
"id": 16,
"pageSize": 17,
"pageIndex": 18,
"totalCount": 19
}
application/xml, text/xml
Sample:
<EntBasCodetype xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>18</PageIndex> <PageSize>17</PageSize> <TotalCount>19</TotalCount> <CodeType>sample string 1</CodeType> <CodetypeCn>sample string 2</CodetypeCn> <CodetypeEn>sample string 3</CodetypeEn> <CreateBy>sample string 11</CreateBy> <CreateTime>2025-10-27T13:54:39.5712814+08:00</CreateTime> <DataLength>5</DataLength> <DataType>sample string 4</DataType> <EditBy>sample string 13</EditBy> <EditStatus>sample string 14</EditStatus> <EditTime>2025-10-27T13:54:39.5712814+08:00</EditTime> <Id>16</Id> <Remark>sample string 15</Remark> <ShowSequence>7</ShowSequence> <Status>sample string 6</Status> <USD1>sample string 8</USD1> <USD2>sample string 9</USD2> </EntBasCodetype>
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>