GET api/LookUp/GetGOVERNORATES

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LKUP_GOVERNORATESVM
NameDescriptionTypeAdditional information
GOVERNORATE_ID

integer

None.

COUNTRY_ID

integer

None.

GOVERNORATE_NAME

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "GOVERNORATE_ID": 1,
    "COUNTRY_ID": 2,
    "GOVERNORATE_NAME": "sample string 3"
  },
  {
    "GOVERNORATE_ID": 1,
    "COUNTRY_ID": 2,
    "GOVERNORATE_NAME": "sample string 3"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLKUP_GOVERNORATES.LKUP_GOVERNORATESVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FullAwqafDbDomain.Entities">
  <LKUP_GOVERNORATES.LKUP_GOVERNORATESVM>
    <COUNTRY_ID>2</COUNTRY_ID>
    <GOVERNORATE_ID>1</GOVERNORATE_ID>
    <GOVERNORATE_NAME>sample string 3</GOVERNORATE_NAME>
  </LKUP_GOVERNORATES.LKUP_GOVERNORATESVM>
  <LKUP_GOVERNORATES.LKUP_GOVERNORATESVM>
    <COUNTRY_ID>2</COUNTRY_ID>
    <GOVERNORATE_ID>1</GOVERNORATE_ID>
    <GOVERNORATE_NAME>sample string 3</GOVERNORATE_NAME>
  </LKUP_GOVERNORATES.LKUP_GOVERNORATESVM>
</ArrayOfLKUP_GOVERNORATES.LKUP_GOVERNORATESVM>