Documentation of the CarRentalAgentService

CreateReservationV2Request.TravelAgentFirstName Property

Travel agent first name identifying the Customers Employee, creating this Reservation.

public  TravelAgentFirstName {get; set;}

Remarks

If the employee identified by TravelAgentCode, TravelAgentFirstName and TravelAgentLastName is not known by sunnycars during creation of the Reservation, CarRentalAgentService will create a new TravelAgent for the operator(Agency). Instead of matching the TravelAgent simply by its code, TravelAgentCode, TravelAgentFirstName and TravelAgentLastName are used. Therefore, this property has to be set, if TravelAgentCode is and it's not desired to create a new TravelAgent.

See Also

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