POST api/CodeType/DeleteCodeType
Request Information
URI Parameters
None.
Body Parameters
EntBasCodetypeName | 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": "2024-11-21 16:57:39", "createBy": "sample string 11", "editTime": "2024-11-21 16:57: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>2024-11-21T16:57:39.588854+08:00</CreateTime> <DataLength>5</DataLength> <DataType>sample string 4</DataType> <EditBy>sample string 13</EditBy> <EditStatus>sample string 14</EditStatus> <EditTime>2024-11-21T16:57:39.588854+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
ReturnResultOfInt32Name | Description | Type | Additional information |
---|---|---|---|
Status | integer |
None. |
|
Success | boolean |
None. |
|
Data | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 1, "success": true, "data": 3, "message": "sample string 4" }
application/xml, text/xml
Sample:
<ReturnResultOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>3</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfint>