POST api/bus/processcancelticket

Request Information

URI Parameters

None.

Body Parameters

Processcancelticket
NameDescriptionTypeAdditional information
PNRNumber

string

None.

TINNumber

string

None.

Seats

string

None.

kCode

integer

None.

AuthCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PNRNumber": "sample string 1",
  "TINNumber": "sample string 2",
  "Seats": "sample string 3",
  "kCode": 4,
  "AuthCode": "sample string 5"
}

application/xml, text/xml

Sample:
<Processcancelticket xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/webAPI.Bus.Models">
  <AuthCode>sample string 5</AuthCode>
  <kCode>4</kCode>
  <PNRNumber>sample string 1</PNRNumber>
  <Seats>sample string 3</Seats>
  <TINNumber>sample string 2</TINNumber>
</Processcancelticket>

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.