GET api/LookUp/GetGehaSubTypes/{Id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LKUP_GehaSubTypeVMName | Description | Type | Additional 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>