POST api/YjlRemoteRcp/GetChainConfig

获取配置信息[无连锁编号]

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取配置信息[无连锁编号]

Collection of ChainConfig
NameDescriptionTypeAdditional information
ID

integer

None.

Explain

说明

string

None.

KeyName

键名

string

None.

KeyValue

键值

string

None.

ValueType

值类型

string

None.

ChainCode

连锁编码

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "Explain": "sample string 2",
    "KeyName": "sample string 3",
    "KeyValue": "sample string 4",
    "ValueType": "sample string 5",
    "ChainCode": "sample string 6"
  },
  {
    "ID": 1,
    "Explain": "sample string 2",
    "KeyName": "sample string 3",
    "KeyValue": "sample string 4",
    "ValueType": "sample string 5",
    "ChainCode": "sample string 6"
  }
]

application/xml, text/xml

Sample:
<ArrayOfChainConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YCloud.Rcp.Entity.RcpWeb">
  <ChainConfig>
    <ChainCode>sample string 6</ChainCode>
    <Explain>sample string 2</Explain>
    <ID>1</ID>
    <KeyName>sample string 3</KeyName>
    <KeyValue>sample string 4</KeyValue>
    <ValueType>sample string 5</ValueType>
  </ChainConfig>
  <ChainConfig>
    <ChainCode>sample string 6</ChainCode>
    <Explain>sample string 2</Explain>
    <ID>1</ID>
    <KeyName>sample string 3</KeyName>
    <KeyValue>sample string 4</KeyValue>
    <ValueType>sample string 5</ValueType>
  </ChainConfig>
</ArrayOfChainConfig>