POST api/fixtime/delete

Request Information

URI Parameters

None.

Body Parameters

fixtime_dto
NameDescriptionTypeAdditional information
from

string

None.

to

string

None.

hours

integer

None.

minutes

integer

None.

remark

string

None.

ac_type

string

None.

register

string

None.

Request Formats

application/json, text/json

Sample:
{
  "from": "sample string 1",
  "to": "sample string 2",
  "hours": 3,
  "minutes": 4,
  "remark": "sample string 5",
  "ac_type": "sample string 6",
  "register": "sample string 7"
}

text/html

Sample:
{"from":"sample string 1","to":"sample string 2","hours":3,"minutes":4,"remark":"sample string 5","ac_type":"sample string 6","register":"sample string 7"}

application/xml, text/xml

Sample:
<FlightController.fixtime_dto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AirpocketAPI.Controllers">
  <ac_type>sample string 6</ac_type>
  <from>sample string 1</from>
  <hours>3</hours>
  <minutes>4</minutes>
  <register>sample string 7</register>
  <remark>sample string 5</remark>
  <to>sample string 2</to>
</FlightController.fixtime_dto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.