| Contact | Donate | Imprint |
| LicenseAgreement | CompanyModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) IsExclusive | BOOL | LicenseAgreement | ||
| (2) LicenseEnd | DATE | LicenseAgreement | ||
| (3) LicenseStart | DATE | LicenseAgreement | ||
| (4) LicensorCompany | LONG | LicenseAgreement | Company | CompanyModule |
| (5) TerritoryScope | STRING | LicenseAgreement | ||
| (6) Title | LONG | LicenseAgreement | Title | TitleModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /licenseagreement | findAllLicenseAgreement() | CompanyModule | GET | LicenseAgreement |
| (2) /licenseagreement/{id} | findLicenseAgreementById(id) | CompanyModule | GET | LicenseAgreement |
| (3) /licenseagreement/licensorcompany/{id} | findAllLicenseAgreementOfLicensorCompany(id) | CompanyModule | GET | Company LicenseAgreement |
| (4) /licenseagreement/{id} | deleteLicenseAgreementById(id) | CompanyModule | DELETE | LicenseAgreement |
| (5) /licenseagreement | insertLicenseAgreement(licenseagreement) | CompanyModule | POST | LicenseAgreement |
| (6) /licenseagreement/title/{id} | findAllLicenseAgreementOfTitle(id) | CompanyModule | GET | Title LicenseAgreement |
| (7) /licenseagreement/{id} | updateLicenseAgreementById(licenseagreement) | CompanyModule | PUT | LicenseAgreement |
Example:
final LicenseAgreement licenseagreement = (LicenseAgreement) invokeModule(COMPANY_MODULE + "/licenseagreement/" + id, LicenseAgreement.class);| Contact | Donate | Imprint |