PUT Api/LU_CANCEL_REASON/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

LU_CANCEL_REASON
NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.