GET api/NTCosCompany/NotifyEmailType

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of EnumKeyValue
NameDescriptionTypeAdditional information
KeyName

string

String length: inclusive between 0 and 1000

Value

integer

None.

Response Formats

application/json, text/json

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

application/xml, text/xml

Sample:
<ArrayOfEnumKeyValue xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ASAP_BL.BL">
  <EnumKeyValue>
    <KeyName>sample string 1</KeyName>
    <Value>2</Value>
  </EnumKeyValue>
  <EnumKeyValue>
    <KeyName>sample string 1</KeyName>
    <Value>2</Value>
  </EnumKeyValue>
</ArrayOfEnumKeyValue>