POST api/v1/shuttle/list/driver/remove

Request Information

URI Parameters

None.

Body Parameters

ShuttleListDriver
NameDescriptionTypeAdditional information
assign_id

globally unique identifier

None.

list_id

integer

None.

driver_id

string

None.

driver_name

string

None.

Request Formats

application/json, text/json

Sample:
{
  "assign_id": "ac35807a-6838-4190-b7c9-686952b93aaa",
  "list_id": 2,
  "driver_id": "sample string 3",
  "driver_name": "sample string 4"
}

application/xml, text/xml

Sample:
<ShuttleListDriver xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Cogent.BL.Models">
  <assign_id>ac35807a-6838-4190-b7c9-686952b93aaa</assign_id>
  <driver_id>sample string 3</driver_id>
  <driver_name>sample string 4</driver_name>
  <list_id>2</list_id>
</ShuttleListDriver>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ShuttleListDriver'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.