GET api/LookUp/GetSections

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LKUP_SECTIONSVM
NameDescriptionTypeAdditional information
SECTION_ID

integer

None.

SECTION_NAME

string

None.

GOVERNORATE_ID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SECTION_ID": 1,
    "SECTION_NAME": "sample string 2",
    "GOVERNORATE_ID": 3
  },
  {
    "SECTION_ID": 1,
    "SECTION_NAME": "sample string 2",
    "GOVERNORATE_ID": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfLKUP_SECTIONS.LKUP_SECTIONSVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FullAwqafDbDomain.Entities">
  <LKUP_SECTIONS.LKUP_SECTIONSVM>
    <GOVERNORATE_ID>3</GOVERNORATE_ID>
    <SECTION_ID>1</SECTION_ID>
    <SECTION_NAME>sample string 2</SECTION_NAME>
  </LKUP_SECTIONS.LKUP_SECTIONSVM>
  <LKUP_SECTIONS.LKUP_SECTIONSVM>
    <GOVERNORATE_ID>3</GOVERNORATE_ID>
    <SECTION_ID>1</SECTION_ID>
    <SECTION_NAME>sample string 2</SECTION_NAME>
  </LKUP_SECTIONS.LKUP_SECTIONSVM>
</ArrayOfLKUP_SECTIONS.LKUP_SECTIONSVM>