Specifies or provides a delimeter separated string of Ids that are requested.
This property is optional, but if Ids are handed over herein, the RateServiceTypesResponse will contains only information about the requested RateServiceTypes. This method helps a frontend in reducing network traffic, since it delivers only the information needed by the frontend. A use-case may be to request detailed information about all offers delivered by a call to GetRates - Method, by passing all delievered Ids.
If the the following example string is passed to the GetRateServiceTypes - Method , only information for RateServiceType 150 and 152 is returned: "150,152"
RateServiceTypesRequest Class | SunnyCars.Schema.Osi.WsReservation.V4 Namespace