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