POST Api/EditValidationRamps/Post

Request Information

URI Parameters

None.

Body Parameters

VW_RAMP
NameDescriptionTypeAdditional information
RAMP_ID

integer

None.

ROADWAY_ID

integer

None.

ROADWAY_NAME

string

None.

ROUTE_ID

integer

None.

ROUTE_NAME

string

None.

SRI

string

None.

RAMP_MM

decimal number

None.

EXIT_NR

string

None.

IS_EXIT_RAMP

integer

None.

RAMP_TO_FROM

string

None.

RAMP_DESC

string

None.

LANES

integer

None.

RAMP_COMMENTS

string

None.

IS_INTERSECTION

integer

None.

INT_LT_LANES

integer

None.

INT_RT_LANES

integer

None.

ROW_NUM

decimal number

None.

SORT_ORDER

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "RAMP_ID": 1,
  "ROADWAY_ID": 2,
  "ROADWAY_NAME": "sample string 3",
  "ROUTE_ID": 4,
  "ROUTE_NAME": "sample string 5",
  "SRI": "sample string 6",
  "RAMP_MM": 7.0,
  "EXIT_NR": "sample string 8",
  "IS_EXIT_RAMP": 9,
  "RAMP_TO_FROM": "sample string 10",
  "RAMP_DESC": "sample string 11",
  "LANES": 12,
  "RAMP_COMMENTS": "sample string 13",
  "IS_INTERSECTION": 14,
  "INT_LT_LANES": 1,
  "INT_RT_LANES": 1,
  "ROW_NUM": 1.0,
  "SORT_ORDER": 1.0
}

text/xml

Sample:
<VW_RAMP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/njdotEF">
  <EXIT_NR>sample string 8</EXIT_NR>
  <INT_LT_LANES>1</INT_LT_LANES>
  <INT_RT_LANES>1</INT_RT_LANES>
  <IS_EXIT_RAMP>9</IS_EXIT_RAMP>
  <IS_INTERSECTION>14</IS_INTERSECTION>
  <LANES>12</LANES>
  <RAMP_COMMENTS>sample string 13</RAMP_COMMENTS>
  <RAMP_DESC>sample string 11</RAMP_DESC>
  <RAMP_ID>1</RAMP_ID>
  <RAMP_MM>7</RAMP_MM>
  <RAMP_TO_FROM>sample string 10</RAMP_TO_FROM>
  <ROADWAY_ID>2</ROADWAY_ID>
  <ROADWAY_NAME>sample string 3</ROADWAY_NAME>
  <ROUTE_ID>4</ROUTE_ID>
  <ROUTE_NAME>sample string 5</ROUTE_NAME>
  <ROW_NUM>1</ROW_NUM>
  <SORT_ORDER>1</SORT_ORDER>
  <SRI>sample string 6</SRI>
</VW_RAMP>

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.