Documentation of the CarRentalAgentService

CreateReservationV2Request.DocumentDispatchPersonToDispatch Property

Gets or sets the ReservationDocumentDispatchPersonToDispatch - that is which person is about to receive the documents for the created Reservation.

public  DocumentDispatchPersonToDispatch {get; set;}

Remarks

This Property is optional. Thereby None has to be handed over by default, which will be treated as Agency. If BookingType is handed over as Agency, the property will not be considered. If BookingType is handed over as Direct, the documents(voucher) will be sent to the Person specified. Thereby a value of Agency means that the documents(voucher) are sent to the booking operator(agency) and Customer means that the documents(voucher) are sent directly to the private customer. If BookingType is handed over as DirectLink, the documents will be sent to the private customer by default. That is because billing will be done between private customer and sunnycars directly too for this type of booking. Up to now, it is not possible to instruct sunnycars to send the documents to the operator(DirectLink-Partner). If BookingType is handed over as Broker, the property will not be considered.

See Also

CreateReservationV2Request Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace