Gets or sets the ISO 8601 date and time the customer wants to arrive with Vehicle (stop rental date and time).
This property is optional, even though it is recommended to set this property anytime it is possible. The value is used to evaluate the available Equipments and the valid OperationTimeFrames for the requested Location. Furthermore it is used to evalute whether a pickup or dropoff stopsale is set for the Location, which means that the Location isn't bookable within the requested period.
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:
|
|
LocationsRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace