Documentation of the CarRentalAgentService

CarRentalAgentService. Method 

See: GetValidBonusPrograms. Retrieves the necessary data to create reservations using the bonus programs accepted by sunnycars.

public ValidBonusProgramsResponse (
   String token
);

Parameters

String
token

Return Value

A ValidBonusProgramsResponse containing the requested bonus programs.

Remarks

Note   

This method is the simple typed method counterpart of the GetValidBonusPrograms method.

If you are using SOAP-Protocol, we advise you to use GetValidBonusPrograms method instead of this one.

If you are using POST-Protocol, use this method.

See Also

CarRentalAgentService Class | SunnyCars.Services.Osi.WsReservation Namespace