GET Api/LU_PROJECT_TYPE/Get?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
LU_PROJECT_TYPE| Name | Description | Type | Additional information |
|---|---|---|---|
| PROJECT_TYPE_ID | integer |
None. |
|
| PROJECT_TYPE | string |
None. |
|
| SORT_ORDER | integer |
None. |
|
| PROJECT_TYPE_NOTES | string |
None. |
|
| LANE_CLOSURE | Collection of LANE_CLOSURE |
None. |
Response Formats
application/json, text/json
Sample:
{
"PROJECT_TYPE_ID": 1,
"PROJECT_TYPE": "sample string 2",
"SORT_ORDER": 3,
"PROJECT_TYPE_NOTES": "sample string 4"
}
text/xml
Sample:
<LU_PROJECT_TYPE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF"> <PROJECT_TYPE>sample string 2</PROJECT_TYPE> <PROJECT_TYPE_ID>1</PROJECT_TYPE_ID> <PROJECT_TYPE_NOTES>sample string 4</PROJECT_TYPE_NOTES> <SORT_ORDER>3</SORT_ORDER> </LU_PROJECT_TYPE>