Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetTermsAndConditions. Retrieves a list of GeneralTermsAndConditions.

public TermsAndConditonsResponse (
   String token,
   String languageCode,
   String reservationId,
   String specificDateTime,
   String informationTypeFilter
);

Parameters

String
The Token string of the service Ticket.
String
see LanguageCode
String
see ReservationId
String
see SpecificDateTime
String
see InformationTypeFilter

Return Value

A TermsAndConditonsResponse containing the requested GeneralTermsAndConditions.

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace