menu

SEND CHANGE REQUEST

This method is used to send change request or cancel a ticketed booking.

Service URL (REST) to be used:
http://api.tektravels.com/BookingEngineService_Air/AirService.svc/rest/SendChangeRequest
Send Change Request
LevelElementFormatCommentsMandatory/ Optional
1EndUserIpStringIP Address of the endMandatory
user
2TokenIdStringToken IDMandatory
(Token Id to be echoed back
from Authenticate response)
3BookingIdIntegerUnique booking idMandatory
4RequestTypeEnumerationRequest typeMandatory
Possible values can be -
NotSet = 0,
FullCancellation = 1,
PartialCancellation = 2,
Reissuance = 3
CancellationTypeEnumerationCancellation typeMandatory
Possible values can be -
NotSet = 0,
NoShow = 1,
FlightCancelled = 2,
Others = 3
Sectors
OriginStringOriginMandatory *
[Mandatory only in case of partial cancellation]
DestinationStringDestinationMandatory *
[Mandatory only in case of partial cancellation]
TicketIdIntegerTicket IdMandatory
[ may send multiple comma separated ticket ids]
5RemarksStringRemarks for cancelling the bookingMandatory
Remarks for cancelling the booking
Send Change Response
LevelElementFormatCommentsMandatory/ Optional
1TicketCRInfo
2ChangeRequestIdIntegerUnique changeMandatory
request id
3StatusEnumerationStatusMandatory
4RemarksStringChange Request StatusMandatory
5ResponseStatusEnumerationResponse statusMandatory
[NotSet = 0,
Successfull = 1,
Failed = 2,
InValidRequest = 3,
InValidSession = 4,
InValidCredentials = 5]
6ErrorMandatory
6.1ErrorCodeIntegerCode corresponding to the ErrorMandatory
6.2ErrorMessageStringContains error messageMandatory
(Will contain error description corresponding to ErrorCode. Error Message would be blank in case ErrorCode=0)