| Contact | Donate | Imprint |
| RegulatoryRestriction | Module | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | RegulatoryRestriction | Country | CountryModule |
| (2) EndDate | DATE | RegulatoryRestriction | ||
| (3) Reason | STRING | RegulatoryRestriction | ||
| (4) RestrictionType | STRING | RegulatoryRestriction | ||
| (5) ServiceSupply | LONG | RegulatoryRestriction | ServiceSupply | Module |
| (6) StartDate | DATE | RegulatoryRestriction |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /regulatoryrestriction/servicesupply/{id} | findAllRegulatoryRestrictionOfServiceSupply(id) | Module | GET | ServiceSupply RegulatoryRestriction |
| (2) /regulatoryrestriction | insertRegulatoryRestriction(regulatoryrestriction) | Module | POST | RegulatoryRestriction |
| (3) /regulatoryrestriction | findAllRegulatoryRestriction() | Module | GET | RegulatoryRestriction |
| (4) /regulatoryrestriction/{id} | deleteRegulatoryRestrictionById(id) | Module | DELETE | RegulatoryRestriction |
| (5) /regulatoryrestriction/{id} | updateRegulatoryRestrictionById(regulatoryrestriction) | Module | PUT | RegulatoryRestriction |
| (6) /regulatoryrestriction/country/{id} | findAllRegulatoryRestrictionOfCountry(id) | Module | GET | Country RegulatoryRestriction |
| (7) /regulatoryrestriction/{id} | findRegulatoryRestrictionById(id) | Module | GET | RegulatoryRestriction |
Example:
final RegulatoryRestriction regulatoryrestriction = (RegulatoryRestriction) invokeModule(MODULE + "/regulatoryrestriction/" + id, RegulatoryRestriction.class);| Contact | Donate | Imprint |