POST api/ofp/sign/check/group

Request Information

URI Parameters

None.

Body Parameters

signcheck
NameDescriptionTypeAdditional information
ofpIds

Collection of integer

None.

flightIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ofpIds": [
    1,
    1
  ],
  "flightIds": [
    1,
    1
  ]
}

text/html

Sample:
{"ofpIds":[1,1],"flightIds":[1,1]}

application/xml, text/xml

Sample:
<FlightController.signcheck xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AirpocketAPI.Controllers">
  <flightIds xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>1</d2p1:int>
  </flightIds>
  <ofpIds xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>1</d2p1:int>
  </ofpIds>
</FlightController.signcheck>

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.