Documentation of the CarRentalAgentService

CreateReservationV2Request.CustomerMobilePhonePartAreaCode Property

Gets or sets the Area part(e.g. "0176") of the voice mobile number of the private customer.

public  CustomerMobilePhonePartAreaCode {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 CustomerMobilePhoneNumber may be used, but in this case CustomerMobilePhonePartInternational, CustomerMobilePhonePartAreaCode and CustomerMobilePhonePartDirect have to be handed over as empty strings.

See Also

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