Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

This methods allows your web-frontend to re-sent the voucher and/or the invoice for an existing Reservation.

public SendDocumentsResponse (
   String token,
   String reservationId,
   String reservationDocumentType,
   String documentDispatchMethod,
   String emailAddress,
   String FaxPartInternational,
   String FaxPartAreaCode,
   String FaxPartDirect
);

Parameters

String
String
String
String
String
String
String
String

Return Value

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace