| Contact | Donate | Imprint |
| CarRentalLocation | CarRentalLocationModule | BookingCom |
| Property | Type | Entity | Reference | Module |
| (1) AddressLine1 | STRING | CarRentalLocation | ||
| (2) AddressLine2 | STRING | CarRentalLocation | ||
| (3) Latitude | STRING | CarRentalLocation | ||
| (4) LocationCity | INT | CarRentalLocation | LocationCity | LocationCityModule |
| (5) Longitude | STRING | CarRentalLocation | ||
| (6) Name | STRING | CarRentalLocation | ||
| (7) PartnerAccount | INT | CarRentalLocation | PartnerAccount | PartnerAccountModule |
| (8) PostalCode | STRING | CarRentalLocation |
Example:
final CarRentalLocation carrentallocation = (CarRentalLocation) invokeModule(CAR_RENTAL_LOCATION_MODULE + "/carrentallocation/" + id, CarRentalLocation.class);| Contact | Donate | Imprint |