POST api/MovesPerHour

Request Information

URI Parameters

None.

Body Parameters

MovesPerHourDto
NameDescriptionTypeAdditional information
State

string

None.

MovesPerHour

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "State": "sample string 1",
  "MovesPerHour": 2.0
}

application/xml, text/xml

Sample:
<MovesPerHourController.MovesPerHourDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaxiBox.Controllers">
  <MovesPerHour>2</MovesPerHour>
  <State>sample string 1</State>
</MovesPerHourController.MovesPerHourDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.