POST Api/LU_CANCEL_REASON/Post
Request Information
URI Parameters
None.
Body Parameters
LU_CANCEL_REASON| Name | Description | Type | Additional information |
|---|---|---|---|
| CANCEL_REASON_ID | integer |
None. |
|
| CANCEL_REASON | string |
None. |
|
| IS_DELETED | integer |
None. |
|
| LANE_CLOSURE | Collection of LANE_CLOSURE |
None. |
Request Formats
application/json, text/json
Sample:
{
"CANCEL_REASON_ID": 1,
"CANCEL_REASON": "sample string 2",
"IS_DELETED": 3
}
text/xml
Sample:
<LU_CANCEL_REASON xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF"> <CANCEL_REASON>sample string 2</CANCEL_REASON> <CANCEL_REASON_ID>1</CANCEL_REASON_ID> <IS_DELETED>3</IS_DELETED> </LU_CANCEL_REASON>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |