GET api/LookUp/GetGehaTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LKUP_GehaTypeVM| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| TypeID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Type": "sample string 1",
"TypeID": 2
},
{
"Type": "sample string 1",
"TypeID": 2
}
]
application/xml, text/xml
Sample:
<ArrayOfLKUP_GehaType.LKUP_GehaTypeVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FullAwqafDbDomain.Entities">
<LKUP_GehaType.LKUP_GehaTypeVM>
<Type>sample string 1</Type>
<TypeID>2</TypeID>
</LKUP_GehaType.LKUP_GehaTypeVM>
<LKUP_GehaType.LKUP_GehaTypeVM>
<Type>sample string 1</Type>
<TypeID>2</TypeID>
</LKUP_GehaType.LKUP_GehaTypeVM>
</ArrayOfLKUP_GehaType.LKUP_GehaTypeVM>