GET api/LookUp/GetSubSections

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LKUP_SUB_SECTIONSVM
NameDescriptionTypeAdditional information
SUB_SECTION_ID

integer

None.

SUB_SECTION_NAME

string

None.

SECTION_ID

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SUB_SECTION_ID": 1,
    "SUB_SECTION_NAME": "sample string 2",
    "SECTION_ID": 3
  },
  {
    "SUB_SECTION_ID": 1,
    "SUB_SECTION_NAME": "sample string 2",
    "SECTION_ID": 3
  }
]

application/xml, text/xml

Sample:
<ArrayOfLKUP_SUB_SECTIONS.LKUP_SUB_SECTIONSVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FullAwqafDbDomain.Entities">
  <LKUP_SUB_SECTIONS.LKUP_SUB_SECTIONSVM>
    <SECTION_ID>3</SECTION_ID>
    <SUB_SECTION_ID>1</SUB_SECTION_ID>
    <SUB_SECTION_NAME>sample string 2</SUB_SECTION_NAME>
  </LKUP_SUB_SECTIONS.LKUP_SUB_SECTIONSVM>
  <LKUP_SUB_SECTIONS.LKUP_SUB_SECTIONSVM>
    <SECTION_ID>3</SECTION_ID>
    <SUB_SECTION_ID>1</SUB_SECTION_ID>
    <SUB_SECTION_NAME>sample string 2</SUB_SECTION_NAME>
  </LKUP_SUB_SECTIONS.LKUP_SUB_SECTIONSVM>
</ArrayOfLKUP_SUB_SECTIONS.LKUP_SUB_SECTIONSVM>