Gets or sets the birth date of this Driver.
This property is filled always, due to the fact that the lastname of the driver is mandatory in CreateReservationV2Request and CreateReservationRequest.
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 returned as "00:00:00".
Driver Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace