POST Api/LU_CANCEL_REASON/EditList
Request Information
URI Parameters
None.
Body Parameters
Collection of LU_CANCEL_REASONName | 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 }, { "CANCEL_REASON_ID": 1, "CANCEL_REASON": "sample string 2", "IS_DELETED": 3 } ]
text/xml
Sample:
<ArrayOfLU_CANCEL_REASON xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF"> <LU_CANCEL_REASON> <CANCEL_REASON>sample string 2</CANCEL_REASON> <CANCEL_REASON_ID>1</CANCEL_REASON_ID> <IS_DELETED>3</IS_DELETED> </LU_CANCEL_REASON> <LU_CANCEL_REASON> <CANCEL_REASON>sample string 2</CANCEL_REASON> <CANCEL_REASON_ID>1</CANCEL_REASON_ID> <IS_DELETED>3</IS_DELETED> </LU_CANCEL_REASON> </ArrayOfLU_CANCEL_REASON>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |