Gets or sets the customers birthdate as string.
This property is optional even if Direct is chosen as BookingType and the customer isn't already created in the database or its ID is unknown.
This property is a string. Its value is a ISO 8601 formatted date and time string. Depending on your implementation language, you may convert it to a date or datetime type.
The ISO 8601 Date/Time format is specified as follows:
Pattern | Examples |
---|---|
YYYY-MM-DDThh:mm:ss
whereas:
|
|
Due to the fact, that CarRentalAgentService does support only one format for datetime values and time portion isn't relevant concerning this property, the time-portion may be handed over as "00:00:00".
EditReservationRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace