POST api/Transport/Routedt

Request Information

URI Parameters

None.

Body Parameters

VEHICLE
NameDescriptionTypeAdditional information
VEHICLE_TYPE

string

None.

VEHICLE_NO

string

None.

ROUTE_NO

string

None.

C_CONTACT

string

None.

I_CONTACT

string

None.

CONDUCTOR_NAME

string

None.

INCHARGE_NAME

string

None.

Request Formats

application/json, text/json

Sample:
{
  "VEHICLE_TYPE": "sample string 1",
  "VEHICLE_NO": "sample string 2",
  "ROUTE_NO": "sample string 3",
  "C_CONTACT": "sample string 4",
  "I_CONTACT": "sample string 5",
  "CONDUCTOR_NAME": "sample string 6",
  "INCHARGE_NAME": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.