Documentation of the CarRentalAgentService

CreateReservationV2Request.CustomerPhonePartInternational Property

Gets or sets the international part(e.g. "+49" for Germany) of the voice telephone number of the private customer.

public  CustomerPhonePartInternational {get; set;}

Remarks

This property is optional, but only taken into account if Direct is chosen as BookingType and the customer isn't already created in the database or its ID is unknown. Alternatively the property CustomerPhoneNumber may be used, but in this case CustomerPhonePartInternational, CustomerPhonePartAreaCode and CustomerPhonePartDirect have to be handed over as empty strings.

See Also

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