| Contact | Donate | Imprint |
| ContentDeal | CompanyModule | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Company | LONG | ContentDeal | Company | CompanyModule |
| (2) Currency | STRING | ContentDeal | ||
| (3) DealType | STRING | ContentDeal | ||
| (4) EndDate | DATE | ContentDeal | ||
| (5) Name | STRING | ContentDeal | ||
| (6) Notes | STRING | ContentDeal | ||
| (7) ProductionCompany | LONG | ContentDeal | ProductionCompany | CountryModule |
| (8) StartDate | DATE | ContentDeal | ||
| (9) ValueAmount | STRING | ContentDeal |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /contentdeal/{id} | deleteContentDealById(id) | CompanyModule | DELETE | ContentDeal |
| (2) /contentdeal/productioncompany/{id} | findAllContentDealOfProductionCompany(id) | CompanyModule | GET | ProductionCompany ContentDeal |
| (3) /contentdeal/{id} | updateContentDealById(contentdeal) | CompanyModule | PUT | ContentDeal |
| (4) /contentdeal | findAllContentDeal() | CompanyModule | GET | ContentDeal |
| (5) /contentdeal/company/{id} | findAllContentDealOfCompany(id) | CompanyModule | GET | Company ContentDeal |
| (6) /contentdeal/{id} | findContentDealById(id) | CompanyModule | GET | ContentDeal |
| (7) /contentdeal | insertContentDeal(contentdeal) | CompanyModule | POST | ContentDeal |
| (8) /contentdealtitle/contentdeal/{id} | findAllContentDealTitleOfContentDeal(id) | PersonModule | GET | ContentDeal ContentDealTitle |
Example:
final ContentDeal contentdeal = (ContentDeal) invokeModule(COMPANY_MODULE + "/contentdeal/" + id, ContentDeal.class);| Contact | Donate | Imprint |