Documentation of the CarRentalAgentService

Rate.Code Property

Gets or sets the code of this Rate.

public  Code {get; set;}

Remarks

The code returned herein is a string composed of the OperatorKey(Id of the operator/agency) used to create the Ticket, the unique id of the Vehicle and the unique id of the RateServiceType included in the offer. The code is guaranteed to be unique within a single Response-oject.

Example

If RateServiceTypeId is 150, VehicleId is 12345 and the used OperatorKey is 369220, the returned code will be: "369220-12345-150".

See Also

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