Gets or sets the ISO 8601 date and time of the specific time for which the GeneralTermsAndConditions should be searched. Be aware that this date and time is to be treaten as the booking date, not rental date.
Attention: Even if this property is marked as optional, there will be no RateCoverages returned if the parameter value handed over has an incorrect format. Thereby the value for this parameter should be taken from the CreateDate-property of a Reservation, because the terms and conditions are stored in the database related to date and time. If neither ReservationId nor SpecificDateTime was given in the Request the CarRentalAgentService delivers the currently valid GeneralTermsAndConditions.
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:
|
|
TermsAndConditonsRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace