POST api/sysImport/insertSysImport
Request Information
URI Parameters
None.
Body Parameters
EntSysImport| Name | Description | Type | Additional information |
|---|---|---|---|
| Checked | boolean |
None. |
|
| ImpCode | string |
None. |
|
| ImpRuleId | integer |
None. |
|
| ImpType | string |
None. |
|
| DefaultValue | string |
None. |
|
| ImpSeq | integer |
None. |
|
| Split | string |
None. |
|
| CustomerCode | string |
None. |
|
| DocType | string |
None. |
|
| Descr | string |
None. |
|
| CreateTime | date |
None. |
|
| CreateBy | string |
None. |
|
| EditTime | date |
None. |
|
| EditBy | string |
None. |
|
| ReadStartLine | integer |
None. |
|
| isEmpty | string |
None. |
|
| ShowTitle | string |
None. |
|
| ColumnsName | string |
None. |
|
| TableName | string |
None. |
|
| ColumnsBack | string |
None. |
|
| FileVersion | integer |
None. |
|
| ColumnsDescr | string |
None. |
|
| DataType | string |
None. |
|
| ValueLength | integer |
None. |
|
| TemplateShowSeq | integer |
None. |
|
| Id | integer |
None. |
|
| PageSize | integer |
None. |
|
| PageIndex | integer |
None. |
|
| TotalCount | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"checked": true,
"impCode": "sample string 2",
"impRuleId": 3,
"impType": "sample string 4",
"defaultValue": "sample string 5",
"impSeq": 6,
"split": "sample string 7",
"customerCode": "sample string 8",
"docType": "sample string 9",
"descr": "sample string 10",
"createTime": "2025-10-31 00:19:19",
"createBy": "sample string 11",
"editTime": "2025-10-31 00:19:19",
"editBy": "sample string 12",
"readStartLine": 13,
"isEmpty": "sample string 14",
"showTitle": "sample string 15",
"columnsName": "sample string 16",
"tableName": "sample string 17",
"columnsBack": "sample string 18",
"fileVersion": 19,
"columnsDescr": "sample string 20",
"dataType": "sample string 21",
"valueLength": 22,
"templateShowSeq": 23,
"id": "24",
"pageSize": 25,
"pageIndex": 26,
"totalCount": 27
}
application/xml, text/xml
Sample:
<EntSysImport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <PageIndex>26</PageIndex> <PageSize>25</PageSize> <TotalCount>27</TotalCount> <Checked>true</Checked> <ColumnsBack>sample string 18</ColumnsBack> <ColumnsDescr>sample string 20</ColumnsDescr> <ColumnsName>sample string 16</ColumnsName> <CreateBy>sample string 11</CreateBy> <CreateTime>2025-10-31T00:19:19.6704558+08:00</CreateTime> <CustomerCode>sample string 8</CustomerCode> <DataType>sample string 21</DataType> <DefaultValue>sample string 5</DefaultValue> <Descr>sample string 10</Descr> <DocType>sample string 9</DocType> <EditBy>sample string 12</EditBy> <EditTime>2025-10-31T00:19:19.6704558+08:00</EditTime> <FileVersion>19</FileVersion> <Id>24</Id> <ImpCode>sample string 2</ImpCode> <ImpRuleId>3</ImpRuleId> <ImpSeq>6</ImpSeq> <ImpType>sample string 4</ImpType> <ReadStartLine>13</ReadStartLine> <ShowTitle>sample string 15</ShowTitle> <Split>sample string 7</Split> <TableName>sample string 17</TableName> <TemplateShowSeq>23</TemplateShowSeq> <ValueLength>22</ValueLength> <isEmpty>sample string 14</isEmpty> </EntSysImport>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ReturnResultOfBoolean| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Success | boolean |
None. |
|
| Data | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status": 1,
"success": true,
"data": true,
"message": "sample string 4"
}
application/xml, text/xml
Sample:
<ReturnResultOfboolean xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model"> <Data>true</Data> <Message>sample string 4</Message> <Status>1</Status> <Success>true</Success> </ReturnResultOfboolean>