Overview

Summary

ContactDonateImprint


Appendix E-8: PARTNER ACCOUNT (UI prompt)


PartnerAccountPartnerAccountModuleBookingCom

Properties (6)

PropertyTypeEntityReferenceModule
(1) CompanyNameSTRINGPartnerAccount
(2) ContactNameSTRINGPartnerAccount
(3) CreatedAtDATEPartnerAccount
(4) EmailSTRINGPartnerAccount
(5) IsActiveBOOLPartnerAccount
(6) PhoneNumberSTRINGPartnerAccount


Module Interfaces (9)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /carrentallocation/partneraccount/{id}findAllCarRentalLocationOfPartnerAccount(id)CarRentalLocationModuleGETPartnerAccount CarRentalLocation
(2) /partneraccount/{id}findPartnerAccountById(id)PartnerAccountModuleGETPartnerAccount
(3) /partneraccount/{id}updatePartnerAccountById(partneraccount)PartnerAccountModulePUTPartnerAccount
(4) /attraction/partneraccount/{id}findAllAttractionOfPartnerAccount(id)PartnerAccountModuleGETPartnerAccount Attraction
(5) /partneraccount/{id}deletePartnerAccountById(id)PartnerAccountModuleDELETEPartnerAccount
(6) /partneraccountinsertPartnerAccount(partneraccount)PartnerAccountModulePOSTPartnerAccount
(7) /airporttransferprovider/partneraccount/{id}findAllAirportTransferProviderOfPartnerAccount(id)PartnerAccountModuleGETPartnerAccount AirportTransferProvider
(8) /partneraccountfindAllPartnerAccount()PartnerAccountModuleGETPartnerAccount
(9) /property/partneraccount/{id}findAllPropertyOfPartnerAccount(id)PropertyModuleGETPartnerAccount Property





Example:

final PartnerAccount partneraccount = (PartnerAccount) invokeModule(PARTNER_ACCOUNT_MODULE + "/partneraccount/" + id, PartnerAccount.class);
if (partneraccount != null) {
}
return partneraccount;


Overview

Summary

ContactDonateImprint