Documentation of the CarRentalAgentService

CreateReservationV2Request.ForceDuplicateBooking Property

Gets or sets whether reservation dupplicate check should check this booking or not. If "false", the Request will return with an error-message, if the parameters handed over within the actual request will result in a dupplicate booking. If "true", the Request will not return with an error-message, even if the parameters handed over within the actual request will result in a dupplicate booking.

public  ForceDuplicateBooking {get; set;}

Remarks

This property is optional. If it's not set, "false" is used by default.

See Also

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