GET Api/LU_PERMIT_REGION_MANAGER/GetList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of LU_PERMIT_REGION_MANAGER
NameDescriptionTypeAdditional information
REGION_MGR_ID

integer

None.

REGION_ID

integer

None.

FIRST_CONTACT

string

None.

FIRST_NAME

string

None.

LAST_NAME

string

None.

CONTACT_EMAIL

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "REGION_MGR_ID": 1,
    "REGION_ID": 2,
    "FIRST_CONTACT": "sample string 3",
    "FIRST_NAME": "sample string 4",
    "LAST_NAME": "sample string 5",
    "CONTACT_EMAIL": "sample string 6"
  },
  {
    "REGION_MGR_ID": 1,
    "REGION_ID": 2,
    "FIRST_CONTACT": "sample string 3",
    "FIRST_NAME": "sample string 4",
    "LAST_NAME": "sample string 5",
    "CONTACT_EMAIL": "sample string 6"
  }
]

text/xml

Sample:
<ArrayOfLU_PERMIT_REGION_MANAGER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF">
  <LU_PERMIT_REGION_MANAGER>
    <CONTACT_EMAIL>sample string 6</CONTACT_EMAIL>
    <FIRST_CONTACT>sample string 3</FIRST_CONTACT>
    <FIRST_NAME>sample string 4</FIRST_NAME>
    <LAST_NAME>sample string 5</LAST_NAME>
    <REGION_ID>2</REGION_ID>
    <REGION_MGR_ID>1</REGION_MGR_ID>
  </LU_PERMIT_REGION_MANAGER>
  <LU_PERMIT_REGION_MANAGER>
    <CONTACT_EMAIL>sample string 6</CONTACT_EMAIL>
    <FIRST_CONTACT>sample string 3</FIRST_CONTACT>
    <FIRST_NAME>sample string 4</FIRST_NAME>
    <LAST_NAME>sample string 5</LAST_NAME>
    <REGION_ID>2</REGION_ID>
    <REGION_MGR_ID>1</REGION_MGR_ID>
  </LU_PERMIT_REGION_MANAGER>
</ArrayOfLU_PERMIT_REGION_MANAGER>