GET Api/LU_PERMIT_CASE_MANAGER
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LU_PERMIT_CASE_MANAGER| Name | Description | Type | Additional information |
|---|---|---|---|
| CASE_MGR_ID | integer |
None. |
|
| COUNTY_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:
[
{
"CASE_MGR_ID": 1,
"COUNTY_ID": 2,
"FIRST_CONTACT": "sample string 3",
"FIRST_NAME": "sample string 4",
"LAST_NAME": "sample string 5",
"CONTACT_EMAIL": "sample string 6"
},
{
"CASE_MGR_ID": 1,
"COUNTY_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_CASE_MANAGER xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF">
<LU_PERMIT_CASE_MANAGER>
<CASE_MGR_ID>1</CASE_MGR_ID>
<CONTACT_EMAIL>sample string 6</CONTACT_EMAIL>
<COUNTY_ID>2</COUNTY_ID>
<FIRST_CONTACT>sample string 3</FIRST_CONTACT>
<FIRST_NAME>sample string 4</FIRST_NAME>
<LAST_NAME>sample string 5</LAST_NAME>
</LU_PERMIT_CASE_MANAGER>
<LU_PERMIT_CASE_MANAGER>
<CASE_MGR_ID>1</CASE_MGR_ID>
<CONTACT_EMAIL>sample string 6</CONTACT_EMAIL>
<COUNTY_ID>2</COUNTY_ID>
<FIRST_CONTACT>sample string 3</FIRST_CONTACT>
<FIRST_NAME>sample string 4</FIRST_NAME>
<LAST_NAME>sample string 5</LAST_NAME>
</LU_PERMIT_CASE_MANAGER>
</ArrayOfLU_PERMIT_CASE_MANAGER>