POST api/FlightBooking/DeleteApproval

Request Information

URI Parameters

None.

Body Parameters

DeleteExceptionApprovalRequest
NameDescriptionTypeAdditional information
ErrorType

integer

None.

ErrorMessage

string

None.

Locator

string

None.

Id

integer

None.

ClientId

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ErrorType": 1,
  "ErrorMessage": "sample string 2",
  "Locator": "sample string 3",
  "Id": 4,
  "ClientId": "sample string 5"
}

text/xml

Sample:
<DeleteExceptionApprovalRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RightRez.Web.Api.Models.FlightBooking">
  <ClientId xmlns="http://schemas.datacontract.org/2004/07/RightRez.Autobook.PNRBookingEngine">sample string 5</ClientId>
  <Id xmlns="http://schemas.datacontract.org/2004/07/RightRez.Autobook.PNRBookingEngine">4</Id>
  <Locator xmlns="http://schemas.datacontract.org/2004/07/RightRez.Autobook.PNRBookingEngine">sample string 3</Locator>
  <ErrorMessage>sample string 2</ErrorMessage>
  <ErrorType>1</ErrorType>
</DeleteExceptionApprovalRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.