POST api/DataConfig/Save

Request Information

URI Parameters

None.

Body Parameters

EntSysDataConfig
NameDescriptionTypeAdditional information
ID

integer

None.

CodeType

string

None.

CodeTypeCn

string

None.

KeyName

string

None.

KeyValue

string

None.

Remark

string

None.

CreateTime

date

None.

CreateBy

string

None.

EditTime

date

None.

EditBy

string

None.

IsEnable

integer

None.

PageSize

integer

None.

PageIndex

integer

None.

TotalCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "codeType": "sample string 2",
  "codeTypeCn": "sample string 3",
  "keyName": "sample string 4",
  "keyValue": "sample string 5",
  "remark": "sample string 6",
  "createTime": "2024-10-18 13:42:56",
  "createBy": "sample string 7",
  "editTime": "2024-10-18 13:42:56",
  "editBy": "sample string 8",
  "isEnable": 9,
  "pageSize": 10,
  "pageIndex": 11,
  "totalCount": 12
}

application/xml, text/xml

Sample:
<EntSysDataConfig 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>
  <CodeType>sample string 2</CodeType>
  <CodeTypeCn>sample string 3</CodeTypeCn>
  <CreateBy>sample string 7</CreateBy>
  <CreateTime>2024-10-18T13:42:56.9286703+08:00</CreateTime>
  <EditBy>sample string 8</EditBy>
  <EditTime>2024-10-18T13:42:56.9286703+08:00</EditTime>
  <ID>1</ID>
  <IsEnable>9</IsEnable>
  <KeyName>sample string 4</KeyName>
  <KeyValue>sample string 5</KeyValue>
  <Remark>sample string 6</Remark>
</EntSysDataConfig>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ReturnResultOfString
NameDescriptionTypeAdditional information
Status

integer

None.

Success

boolean

None.

Data

string

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "status": 1,
  "success": true,
  "data": "sample string 3",
  "message": "sample string 4"
}

application/xml, text/xml

Sample:
<ReturnResultOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Epass.Model">
  <Data>sample string 3</Data>
  <Message>sample string 4</Message>
  <Status>1</Status>
  <Success>true</Success>
</ReturnResultOfstring>