GET api/LookUp/GetGehaSubTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LKUP_GehaSubTypeVM
NameDescriptionTypeAdditional information
SubTypeID

integer

None.

GehaType

integer

None.

SubType

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SubTypeID": 1,
    "GehaType": 2,
    "SubType": "sample string 3"
  },
  {
    "SubTypeID": 1,
    "GehaType": 2,
    "SubType": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLKUP_GehaSubType.LKUP_GehaSubTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FullAwqafDbDomain.Entities">
  <LKUP_GehaSubType.LKUP_GehaSubTypeVM>
    <GehaType>2</GehaType>
    <SubType>sample string 3</SubType>
    <SubTypeID>1</SubTypeID>
  </LKUP_GehaSubType.LKUP_GehaSubTypeVM>
  <LKUP_GehaSubType.LKUP_GehaSubTypeVM>
    <GehaType>2</GehaType>
    <SubType>sample string 3</SubType>
    <SubTypeID>1</SubTypeID>
  </LKUP_GehaSubType.LKUP_GehaSubTypeVM>
</ArrayOfLKUP_GehaSubType.LKUP_GehaSubTypeVM>