GET dz_api/AaServiceSettings/GetServiceTypes

获取全部服务类型

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

获取全部服务类型

Collection of TextValuePair
NameDescriptionTypeAdditional information
Text

名称

string

None.

Value

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Text": "sample string 1",
    "Value": 2
  },
  {
    "Text": "sample string 1",
    "Value": 2
  }
]

application/xml, text/xml

Sample:
<ArrayOfTextValuePair xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LemonAa.Model.Common">
  <TextValuePair>
    <Text>sample string 1</Text>
    <Value>2</Value>
  </TextValuePair>
  <TextValuePair>
    <Text>sample string 1</Text>
    <Value>2</Value>
  </TextValuePair>
</ArrayOfTextValuePair>