Overview
Summary
Services
Contact
Donate
About
Imprint
2. Modular API
2.1 Module System
2.2 Module Interfaces
API 1: AmenityService-API (24)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/review/{id}
deleteReviewById(id)
AmenityModule
DELETE
Review
(2)
/review
findAllReview()
AmenityModule
GET
Review
(3)
/review/booking/{id}
findAllReviewOfBooking(id)
AmenityModule
GET
Booking
Review
(4)
/amenity
insertAmenity(amenity)
AmenityModule
POST
Amenity
(5)
/listingamenity/amenity/{id}
findAllListingAmenityOfAmenity(id)
AmenityModule
GET
Amenity
ListingAmenity
(6)
/amenity/{id}
findAmenityById(id)
AmenityModule
GET
Amenity
(7)
/listingamenity/{id}
findListingAmenityById(id)
AmenityModule
GET
ListingAmenity
(8)
/listingamenity/{id}
updateListingAmenityById(listingamenity)
AmenityModule
PUT
ListingAmenity
(9)
/listingamenity
insertListingAmenity(listingamenity)
AmenityModule
POST
ListingAmenity
(10)
/review/{id}
findReviewById(id)
AmenityModule
GET
Review
(11)
/review
insertReview(review)
AmenityModule
POST
Review
(12)
/hiddencameraincident/{id}
findHiddenCameraIncidentById(id)
AmenityModule
GET
HiddenCameraIncident
(13)
/listingamenity/{id}
deleteListingAmenityById(id)
AmenityModule
DELETE
ListingAmenity
(14)
/hiddencameraincident
insertHiddenCameraIncident(hiddencameraincident)
AmenityModule
POST
HiddenCameraIncident
(15)
/hiddencameraincident/listing/{id}
findAllHiddenCameraIncidentOfListing(id)
AmenityModule
GET
Listing
HiddenCameraIncident
(16)
/amenity
findAllAmenity()
AmenityModule
GET
Amenity
(17)
/review/{id}
updateReviewById(review)
AmenityModule
PUT
Review
(18)
/amenity/{id}
deleteAmenityById(id)
AmenityModule
DELETE
Amenity
(19)
/hiddencameraincident
findAllHiddenCameraIncident()
AmenityModule
GET
HiddenCameraIncident
(20)
/amenity/{id}
updateAmenityById(amenity)
AmenityModule
PUT
Amenity
(21)
/listingamenity/listing/{id}
findAllListingAmenityOfListing(id)
AmenityModule
GET
Listing
ListingAmenity
(22)
/listingamenity
findAllListingAmenity()
AmenityModule
GET
ListingAmenity
(23)
/hiddencameraincident/{id}
updateHiddenCameraIncidentById(hiddencameraincident)
AmenityModule
PUT
HiddenCameraIncident
(24)
/hiddencameraincident/{id}
deleteHiddenCameraIncidentById(id)
AmenityModule
DELETE
HiddenCameraIncident
API 2: CompanyService-API (42)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/office/country/{id}
findAllOfficeOfCountry(id)
CompanyModule
GET
Country
Office
(2)
/company
findAllCompany()
CompanyModule
GET
Company
(3)
/companyadvocacygrouprelation/{id}
updateCompanyAdvocacyGroupRelationById(companyadvocacygrouprelation)
CompanyModule
PUT
CompanyAdvocacyGroupRelation
(4)
/stocklisting/company/{id}
findAllStockListingOfCompany(id)
CompanyModule
GET
Company
StockListing
(5)
/company/country/{id}
findAllCompanyOfCountry(id)
CompanyModule
GET
Country
Company
(6)
/regulationplatformimpact
findAllRegulationPlatformImpact()
CompanyModule
GET
RegulationPlatformImpact
(7)
/companyadvocacygrouprelation/{id}
findCompanyAdvocacyGroupRelationById(id)
CompanyModule
GET
CompanyAdvocacyGroupRelation
(8)
/regulationplatformimpact/{id}
deleteRegulationPlatformImpactById(id)
CompanyModule
DELETE
RegulationPlatformImpact
(9)
/companyadvocacygrouprelation
findAllCompanyAdvocacyGroupRelation()
CompanyModule
GET
CompanyAdvocacyGroupRelation
(10)
/regulationplatformimpact/{id}
updateRegulationPlatformImpactById(regulationplatformimpact)
CompanyModule
PUT
RegulationPlatformImpact
(11)
/company/{id}
findCompanyById(id)
CompanyModule
GET
Company
(12)
/stocklisting/listingdate/{id}
findAllStockListingOfListingDate(id)
CompanyModule
GET
Listing
StockListing
(13)
/companyadvocacygrouprelation/advocacygroup/{id}
findAllCompanyAdvocacyGroupRelationOfAdvocacyGroup(id)
CompanyModule
GET
AdvocacyGroup
CompanyAdvocacyGroupRelation
(14)
/companyadvocacygrouprelation/{id}
deleteCompanyAdvocacyGroupRelationById(id)
CompanyModule
DELETE
CompanyAdvocacyGroupRelation
(15)
/fundinground/company/{id}
findAllFundingRoundOfCompany(id)
CompanyModule
GET
Company
FundingRound
(16)
/stocklisting
findAllStockListing()
CompanyModule
GET
StockListing
(17)
/company/city/{id}
findAllCompanyOfCity(id)
CompanyModule
GET
City
Company
(18)
/office/{id}
updateOfficeById(office)
CompanyModule
PUT
Office
(19)
/office/{id}
deleteOfficeById(id)
CompanyModule
DELETE
Office
(20)
/fundinground
insertFundingRound(fundinground)
CompanyModule
POST
FundingRound
(21)
/office
insertOffice(office)
CompanyModule
POST
Office
(22)
/fundinground/{id}
deleteFundingRoundById(id)
CompanyModule
DELETE
FundingRound
(23)
/stocklisting/{id}
findStockListingById(id)
CompanyModule
GET
StockListing
(24)
/stocklisting/{id}
deleteStockListingById(id)
CompanyModule
DELETE
StockListing
(25)
/fundinground
findAllFundingRound()
CompanyModule
GET
FundingRound
(26)
/office/{id}
findOfficeById(id)
CompanyModule
GET
Office
(27)
/company/{id}
deleteCompanyById(id)
CompanyModule
DELETE
Company
(28)
/company
insertCompany(company)
CompanyModule
POST
Company
(29)
/fundinground/{id}
findFundingRoundById(id)
CompanyModule
GET
FundingRound
(30)
/regulationplatformimpact/{id}
findRegulationPlatformImpactById(id)
CompanyModule
GET
RegulationPlatformImpact
(31)
/regulationplatformimpact/company/{id}
findAllRegulationPlatformImpactOfCompany(id)
CompanyModule
GET
Company
RegulationPlatformImpact
(32)
/fundinground/{id}
updateFundingRoundById(fundinground)
CompanyModule
PUT
FundingRound
(33)
/regulationplatformimpact
insertRegulationPlatformImpact(regulationplatformimpact)
CompanyModule
POST
RegulationPlatformImpact
(34)
/stocklisting
insertStockListing(stocklisting)
CompanyModule
POST
StockListing
(35)
/companyadvocacygrouprelation
insertCompanyAdvocacyGroupRelation(companyadvocacygrouprelation)
CompanyModule
POST
CompanyAdvocacyGroupRelation
(36)
/office/company/{id}
findAllOfficeOfCompany(id)
CompanyModule
GET
Company
Office
(37)
/stocklisting/{id}
updateStockListingById(stocklisting)
CompanyModule
PUT
StockListing
(38)
/companyadvocacygrouprelation/company/{id}
findAllCompanyAdvocacyGroupRelationOfCompany(id)
CompanyModule
GET
Company
CompanyAdvocacyGroupRelation
(39)
/office
findAllOffice()
CompanyModule
GET
Office
(40)
/regulationplatformimpact/regulation/{id}
findAllRegulationPlatformImpactOfRegulation(id)
CompanyModule
GET
Regulation
RegulationPlatformImpact
(41)
/office/city/{id}
findAllOfficeOfCity(id)
CompanyModule
GET
City
Office
(42)
/company/{id}
updateCompanyById(company)
CompanyModule
PUT
Company
API 3: CountryService-API (37)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/investor/{id}
deleteInvestorById(id)
CountryModule
DELETE
Investor
(2)
/dataprocessingpartner
findAllDataProcessingPartner()
CountryModule
GET
DataProcessingPartner
(3)
/investor/{id}
updateInvestorById(investor)
CountryModule
PUT
Investor
(4)
/advocacygroup/{id}
updateAdvocacyGroupById(advocacygroup)
CountryModule
PUT
AdvocacyGroup
(5)
/investor
insertInvestor(investor)
CountryModule
POST
Investor
(6)
/market
insertMarket(market)
CountryModule
POST
Market
(7)
/dataprocessingpartner/{id}
findDataProcessingPartnerById(id)
CountryModule
GET
DataProcessingPartner
(8)
/acquisition
findAllAcquisition()
CountryModule
GET
Acquisition
(9)
/dataprocessingpartner/{id}
updateDataProcessingPartnerById(dataprocessingpartner)
CountryModule
PUT
DataProcessingPartner
(10)
/advocacygroup/{id}
findAdvocacyGroupById(id)
CountryModule
GET
AdvocacyGroup
(11)
/acquisition/country/{id}
findAllAcquisitionOfCountry(id)
CountryModule
GET
Country
Acquisition
(12)
/market/{id}
updateMarketById(market)
CountryModule
PUT
Market
(13)
/dataprocessingpartner/country/{id}
findAllDataProcessingPartnerOfCountry(id)
CountryModule
GET
Country
DataProcessingPartner
(14)
/investor/country/{id}
findAllInvestorOfCountry(id)
CountryModule
GET
Country
Investor
(15)
/country
insertCountry(country)
CountryModule
POST
Country
(16)
/country/{id}
updateCountryById(country)
CountryModule
PUT
Country
(17)
/market/city/{id}
findAllMarketOfCity(id)
CountryModule
GET
City
Market
(18)
/advocacygroup
insertAdvocacyGroup(advocacygroup)
CountryModule
POST
AdvocacyGroup
(19)
/investor/{id}
findInvestorById(id)
CountryModule
GET
Investor
(20)
/acquisition/{id}
updateAcquisitionById(acquisition)
CountryModule
PUT
Acquisition
(21)
/acquisition/{id}
findAcquisitionById(id)
CountryModule
GET
Acquisition
(22)
/market/{id}
findMarketById(id)
CountryModule
GET
Market
(23)
/advocacygroup/{id}
deleteAdvocacyGroupById(id)
CountryModule
DELETE
AdvocacyGroup
(24)
/market/country/{id}
findAllMarketOfCountry(id)
CountryModule
GET
Country
Market
(25)
/acquisition/{id}
deleteAcquisitionById(id)
CountryModule
DELETE
Acquisition
(26)
/acquisition
insertAcquisition(acquisition)
CountryModule
POST
Acquisition
(27)
/investor
findAllInvestor()
CountryModule
GET
Investor
(28)
/country
findAllCountry()
CountryModule
GET
Country
(29)
/advocacygroup/country/{id}
findAllAdvocacyGroupOfCountry(id)
CountryModule
GET
Country
AdvocacyGroup
(30)
/market
findAllMarket()
CountryModule
GET
Market
(31)
/country/{id}
deleteCountryById(id)
CountryModule
DELETE
Country
(32)
/dataprocessingpartner/{id}
deleteDataProcessingPartnerById(id)
CountryModule
DELETE
DataProcessingPartner
(33)
/dataprocessingpartner/company/{id}
findAllDataProcessingPartnerOfCompany(id)
CountryModule
GET
Company
DataProcessingPartner
(34)
/advocacygroup
findAllAdvocacyGroup()
CountryModule
GET
AdvocacyGroup
(35)
/market/{id}
deleteMarketById(id)
CountryModule
DELETE
Market
(36)
/dataprocessingpartner
insertDataProcessingPartner(dataprocessingpartner)
CountryModule
POST
DataProcessingPartner
(37)
/country/{id}
findCountryById(id)
CountryModule
GET
Country
API 4: HostProfileService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/payout
insertPayout(payout)
HostProfileModule
POST
Payout
(2)
/payout/{id}
findPayoutById(id)
HostProfileModule
GET
Payout
(3)
/hostprofile/{id}
updateHostProfileById(hostprofile)
HostProfileModule
PUT
HostProfile
(4)
/hostprofile
findAllHostProfile()
HostProfileModule
GET
HostProfile
(5)
/payout/{id}
deletePayoutById(id)
HostProfileModule
DELETE
Payout
(6)
/payout/{id}
updatePayoutById(payout)
HostProfileModule
PUT
Payout
(7)
/listingphoto/{id}
findListingPhotoById(id)
HostProfileModule
GET
ListingPhoto
(8)
/hostprofile/{id}
deleteHostProfileById(id)
HostProfileModule
DELETE
HostProfile
(9)
/payout/booking/{id}
findAllPayoutOfBooking(id)
HostProfileModule
GET
Booking
Payout
(10)
/hostprofile/platformuser/{id}
findAllHostProfileOfPlatformUser(id)
HostProfileModule
GET
PlatformUser
HostProfile
(11)
/listingphoto/listing/{id}
findAllListingPhotoOfListing(id)
HostProfileModule
GET
Listing
ListingPhoto
(12)
/listingphoto
insertListingPhoto(listingphoto)
HostProfileModule
POST
ListingPhoto
(13)
/hostprofile
insertHostProfile(hostprofile)
HostProfileModule
POST
HostProfile
(14)
/hostprofile/{id}
findHostProfileById(id)
HostProfileModule
GET
HostProfile
(15)
/payout
findAllPayout()
HostProfileModule
GET
Payout
(16)
/payout/hostprofile/{id}
findAllPayoutOfHostProfile(id)
HostProfileModule
GET
HostProfile
Payout
(17)
/listingphoto/{id}
updateListingPhotoById(listingphoto)
HostProfileModule
PUT
ListingPhoto
(18)
/listingphoto
findAllListingPhoto()
HostProfileModule
GET
ListingPhoto
(19)
/listingphoto/{id}
deleteListingPhotoById(id)
HostProfileModule
DELETE
ListingPhoto
API 5: JurisdictionService-API (27)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/jurisdiction
findAllJurisdiction()
JurisdictionModule
GET
Jurisdiction
(2)
/regulation/jurisdiction/{id}
findAllRegulationOfJurisdiction(id)
JurisdictionModule
GET
Jurisdiction
Regulation
(3)
/jurisdiction/{id}
findJurisdictionById(id)
JurisdictionModule
GET
Jurisdiction
(4)
/fine/{id}
updateFineById(fine)
JurisdictionModule
PUT
Fine
(5)
/jurisdiction/{id}
updateJurisdictionById(jurisdiction)
JurisdictionModule
PUT
Jurisdiction
(6)
/jurisdiction/{id}
deleteJurisdictionById(id)
JurisdictionModule
DELETE
Jurisdiction
(7)
/jurisdiction/country/{id}
findAllJurisdictionOfCountry(id)
JurisdictionModule
GET
Country
Jurisdiction
(8)
/taxcase/{id}
findTaxCaseById(id)
JurisdictionModule
GET
TaxCase
(9)
/taxcase/{id}
deleteTaxCaseById(id)
JurisdictionModule
DELETE
TaxCase
(10)
/taxcase/{id}
updateTaxCaseById(taxcase)
JurisdictionModule
PUT
TaxCase
(11)
/fine/{id}
findFineById(id)
JurisdictionModule
GET
Fine
(12)
/fine/company/{id}
findAllFineOfCompany(id)
JurisdictionModule
GET
Company
Fine
(13)
/regulation/{id}
findRegulationById(id)
JurisdictionModule
GET
Regulation
(14)
/taxcase/jurisdiction/{id}
findAllTaxCaseOfJurisdiction(id)
JurisdictionModule
GET
Jurisdiction
TaxCase
(15)
/regulation/{id}
deleteRegulationById(id)
JurisdictionModule
DELETE
Regulation
(16)
/taxcase/company/{id}
findAllTaxCaseOfCompany(id)
JurisdictionModule
GET
Company
TaxCase
(17)
/fine
insertFine(fine)
JurisdictionModule
POST
Fine
(18)
/fine/{id}
deleteFineById(id)
JurisdictionModule
DELETE
Fine
(19)
/regulation
findAllRegulation()
JurisdictionModule
GET
Regulation
(20)
/jurisdiction
insertJurisdiction(jurisdiction)
JurisdictionModule
POST
Jurisdiction
(21)
/regulation/{id}
updateRegulationById(regulation)
JurisdictionModule
PUT
Regulation
(22)
/regulation
insertRegulation(regulation)
JurisdictionModule
POST
Regulation
(23)
/taxcase
findAllTaxCase()
JurisdictionModule
GET
TaxCase
(24)
/fine/jurisdiction/{id}
findAllFineOfJurisdiction(id)
JurisdictionModule
GET
Jurisdiction
Fine
(25)
/fine/regulation/{id}
findAllFineOfRegulation(id)
JurisdictionModule
GET
Regulation
Fine
(26)
/fine
findAllFine()
JurisdictionModule
GET
Fine
(27)
/taxcase
insertTaxCase(taxcase)
JurisdictionModule
POST
TaxCase
API 6: ListingService-API (41)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/fraudcase
insertFraudCase(fraudcase)
ListingModule
POST
FraudCase
(2)
/fraudcase/platformuserreporter/{id}
findAllFraudCaseOfPlatformUserReporter(id)
ListingModule
GET
PlatformUser
FraudCase
(3)
/fraudcase/{id}
deleteFraudCaseById(id)
ListingModule
DELETE
FraudCase
(4)
/listing
insertListing(listing)
ListingModule
POST
Listing
(5)
/booking
findAllBooking()
ListingModule
GET
Booking
(6)
/listing/country/{id}
findAllListingOfCountry(id)
ListingModule
GET
Country
Listing
(7)
/listing/{id}
updateListingById(listing)
ListingModule
PUT
Listing
(8)
/availabilitycalendar/{id}
deleteAvailabilityCalendarById(id)
ListingModule
DELETE
AvailabilityCalendar
(9)
/fraudcase/{id}
findFraudCaseById(id)
ListingModule
GET
FraudCase
(10)
/city/country/{id}
findAllCityOfCountry(id)
ListingModule
GET
Country
City
(11)
/booking
insertBooking(booking)
ListingModule
POST
Booking
(12)
/homesharingclub/country/{id}
findAllHomeSharingClubOfCountry(id)
ListingModule
GET
Country
HomeSharingClub
(13)
/homesharingclub/{id}
updateHomeSharingClubById(homesharingclub)
ListingModule
PUT
HomeSharingClub
(14)
/homesharingclub
findAllHomeSharingClub()
ListingModule
GET
HomeSharingClub
(15)
/booking/{id}
findBookingById(id)
ListingModule
GET
Booking
(16)
/city/{id}
deleteCityById(id)
ListingModule
DELETE
City
(17)
/availabilitycalendar/listing/{id}
findAllAvailabilityCalendarOfListing(id)
ListingModule
GET
Listing
AvailabilityCalendar
(18)
/listing/{id}
findListingById(id)
ListingModule
GET
Listing
(19)
/city/{id}
updateCityById(city)
ListingModule
PUT
City
(20)
/homesharingclub/{id}
deleteHomeSharingClubById(id)
ListingModule
DELETE
HomeSharingClub
(21)
/availabilitycalendar/{id}
updateAvailabilityCalendarById(availabilitycalendar)
ListingModule
PUT
AvailabilityCalendar
(22)
/listing
findAllListing()
ListingModule
GET
Listing
(23)
/listing/{id}
deleteListingById(id)
ListingModule
DELETE
Listing
(24)
/city
findAllCity()
ListingModule
GET
City
(25)
/city/{id}
findCityById(id)
ListingModule
GET
City
(26)
/homesharingclub/{id}
findHomeSharingClubById(id)
ListingModule
GET
HomeSharingClub
(27)
/homesharingclub/city/{id}
findAllHomeSharingClubOfCity(id)
ListingModule
GET
City
HomeSharingClub
(28)
/booking/{id}
updateBookingById(booking)
ListingModule
PUT
Booking
(29)
/listing/hostprofile/{id}
findAllListingOfHostProfile(id)
ListingModule
GET
HostProfile
Listing
(30)
/booking/{id}
deleteBookingById(id)
ListingModule
DELETE
Booking
(31)
/availabilitycalendar/{id}
findAvailabilityCalendarById(id)
ListingModule
GET
AvailabilityCalendar
(32)
/availabilitycalendar
findAllAvailabilityCalendar()
ListingModule
GET
AvailabilityCalendar
(33)
/listing/city/{id}
findAllListingOfCity(id)
ListingModule
GET
City
Listing
(34)
/fraudcase
findAllFraudCase()
ListingModule
GET
FraudCase
(35)
/booking/listing/{id}
findAllBookingOfListing(id)
ListingModule
GET
Listing
Booking
(36)
/availabilitycalendar
insertAvailabilityCalendar(availabilitycalendar)
ListingModule
POST
AvailabilityCalendar
(37)
/city
insertCity(city)
ListingModule
POST
City
(38)
/fraudcase/{id}
updateFraudCaseById(fraudcase)
ListingModule
PUT
FraudCase
(39)
/booking/guestprofile/{id}
findAllBookingOfGuestProfile(id)
ListingModule
GET
GuestProfile
Booking
(40)
/homesharingclub
insertHomeSharingClub(homesharingclub)
ListingModule
POST
HomeSharingClub
(41)
/fraudcase/listing/{id}
findAllFraudCaseOfListing(id)
ListingModule
GET
Listing
FraudCase
API 7: MessageThreadService-API (26)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/messagethread/{id}
updateMessageThreadById(messagethread)
MessageThreadModule
PUT
MessageThread
(2)
/messagethread
findAllMessageThread()
MessageThreadModule
GET
MessageThread
(3)
/covidimpact/market/{id}
findAllCovidImpactOfMarket(id)
MessageThreadModule
GET
Market
CovidImpact
(4)
/covidimpact/{id}
deleteCovidImpactById(id)
MessageThreadModule
DELETE
CovidImpact
(5)
/covidimpact/{id}
updateCovidImpactById(covidimpact)
MessageThreadModule
PUT
CovidImpact
(6)
/message/{id}
updateMessageById(message)
MessageThreadModule
PUT
Message
(7)
/message/{id}
findMessageById(id)
MessageThreadModule
GET
Message
(8)
/messagethread/{id}
deleteMessageThreadById(id)
MessageThreadModule
DELETE
MessageThread
(9)
/fundingroundinvestor/fundinground/{id}
findAllFundingRoundInvestorOfFundingRound(id)
MessageThreadModule
GET
FundingRound
FundingRoundInvestor
(10)
/fundingroundinvestor/{id}
findFundingRoundInvestorById(id)
MessageThreadModule
GET
FundingRoundInvestor
(11)
/covidimpact
findAllCovidImpact()
MessageThreadModule
GET
CovidImpact
(12)
/fundingroundinvestor
findAllFundingRoundInvestor()
MessageThreadModule
GET
FundingRoundInvestor
(13)
/messagethread/listing/{id}
findAllMessageThreadOfListing(id)
MessageThreadModule
GET
Listing
MessageThread
(14)
/message
insertMessage(message)
MessageThreadModule
POST
Message
(15)
/messagethread
insertMessageThread(messagethread)
MessageThreadModule
POST
MessageThread
(16)
/message/{id}
deleteMessageById(id)
MessageThreadModule
DELETE
Message
(17)
/message/messagethread/{id}
findAllMessageOfMessageThread(id)
MessageThreadModule
GET
MessageThread
Message
(18)
/message
findAllMessage()
MessageThreadModule
GET
Message
(19)
/covidimpact
insertCovidImpact(covidimpact)
MessageThreadModule
POST
CovidImpact
(20)
/messagethread/{id}
findMessageThreadById(id)
MessageThreadModule
GET
MessageThread
(21)
/covidimpact/company/{id}
findAllCovidImpactOfCompany(id)
MessageThreadModule
GET
Company
CovidImpact
(22)
/fundingroundinvestor
insertFundingRoundInvestor(fundingroundinvestor)
MessageThreadModule
POST
FundingRoundInvestor
(23)
/fundingroundinvestor/investor/{id}
findAllFundingRoundInvestorOfInvestor(id)
MessageThreadModule
GET
Investor
FundingRoundInvestor
(24)
/fundingroundinvestor/{id}
deleteFundingRoundInvestorById(id)
MessageThreadModule
DELETE
FundingRoundInvestor
(25)
/fundingroundinvestor/{id}
updateFundingRoundInvestorById(fundingroundinvestor)
MessageThreadModule
PUT
FundingRoundInvestor
(26)
/covidimpact/{id}
findCovidImpactById(id)
MessageThreadModule
GET
CovidImpact
API 8: PlatformUserService-API (38)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/userrole/platformuser/{id}
findAllUserRoleOfPlatformUser(id)
PlatformUserModule
GET
PlatformUser
UserRole
(2)
/payment/booking/{id}
findAllPaymentOfBooking(id)
PlatformUserModule
GET
Booking
Payment
(3)
/payment
insertPayment(payment)
PlatformUserModule
POST
Payment
(4)
/guestprofile/{id}
updateGuestProfileById(guestprofile)
PlatformUserModule
PUT
GuestProfile
(5)
/payment/{id}
updatePaymentById(payment)
PlatformUserModule
PUT
Payment
(6)
/platformuser
findAllPlatformUser()
PlatformUserModule
GET
PlatformUser
(7)
/userdataconsent
findAllUserDataConsent()
PlatformUserModule
GET
UserDataConsent
(8)
/userdataconsent
insertUserDataConsent(userdataconsent)
PlatformUserModule
POST
UserDataConsent
(9)
/payment/platformuser/{id}
findAllPaymentOfPlatformUser(id)
PlatformUserModule
GET
PlatformUser
Payment
(10)
/userdataconsent/{id}
updateUserDataConsentById(userdataconsent)
PlatformUserModule
PUT
UserDataConsent
(11)
/guestprofile
insertGuestProfile(guestprofile)
PlatformUserModule
POST
GuestProfile
(12)
/useridentitydocument/{id}
findUserIdentityDocumentById(id)
PlatformUserModule
GET
UserIdentityDocument
(13)
/useridentitydocument
insertUserIdentityDocument(useridentitydocument)
PlatformUserModule
POST
UserIdentityDocument
(14)
/userdataconsent/platformuser/{id}
findAllUserDataConsentOfPlatformUser(id)
PlatformUserModule
GET
PlatformUser
UserDataConsent
(15)
/userrole
insertUserRole(userrole)
PlatformUserModule
POST
UserRole
(16)
/platformuser/country/{id}
findAllPlatformUserOfCountry(id)
PlatformUserModule
GET
Country
PlatformUser
(17)
/useridentitydocument
findAllUserIdentityDocument()
PlatformUserModule
GET
UserIdentityDocument
(18)
/guestprofile/{id}
deleteGuestProfileById(id)
PlatformUserModule
DELETE
GuestProfile
(19)
/payment/{id}
findPaymentById(id)
PlatformUserModule
GET
Payment
(20)
/userrole/{id}
findUserRoleById(id)
PlatformUserModule
GET
UserRole
(21)
/platformuser/{id}
deletePlatformUserById(id)
PlatformUserModule
DELETE
PlatformUser
(22)
/payment
findAllPayment()
PlatformUserModule
GET
Payment
(23)
/userdataconsent/{id}
deleteUserDataConsentById(id)
PlatformUserModule
DELETE
UserDataConsent
(24)
/guestprofile/{id}
findGuestProfileById(id)
PlatformUserModule
GET
GuestProfile
(25)
/useridentitydocument/platformuser/{id}
findAllUserIdentityDocumentOfPlatformUser(id)
PlatformUserModule
GET
PlatformUser
UserIdentityDocument
(26)
/payment/{id}
deletePaymentById(id)
PlatformUserModule
DELETE
Payment
(27)
/guestprofile/platformuser/{id}
findAllGuestProfileOfPlatformUser(id)
PlatformUserModule
GET
PlatformUser
GuestProfile
(28)
/useridentitydocument/{id}
deleteUserIdentityDocumentById(id)
PlatformUserModule
DELETE
UserIdentityDocument
(29)
/platformuser/{id}
findPlatformUserById(id)
PlatformUserModule
GET
PlatformUser
(30)
/platformuser/{id}
updatePlatformUserById(platformuser)
PlatformUserModule
PUT
PlatformUser
(31)
/userrole/{id}
updateUserRoleById(userrole)
PlatformUserModule
PUT
UserRole
(32)
/useridentitydocument/{id}
updateUserIdentityDocumentById(useridentitydocument)
PlatformUserModule
PUT
UserIdentityDocument
(33)
/userrole/{id}
deleteUserRoleById(id)
PlatformUserModule
DELETE
UserRole
(34)
/userrole
findAllUserRole()
PlatformUserModule
GET
UserRole
(35)
/platformuser/city/{id}
findAllPlatformUserOfCity(id)
PlatformUserModule
GET
City
PlatformUser
(36)
/platformuser
insertPlatformUser(platformuser)
PlatformUserModule
POST
PlatformUser
(37)
/guestprofile
findAllGuestProfile()
PlatformUserModule
GET
GuestProfile
(38)
/userdataconsent/{id}
findUserDataConsentById(id)
PlatformUserModule
GET
UserDataConsent
Overview
Summary
Services
Contact
Donate
About
Imprint