| Contact | Donate | Imprint |
| ProtectionZone | SpaceAgencyModule | Spaceports |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | ProtectionZone | ||
| (2) Name | STRING | ProtectionZone | ||
| (3) Spaceport | LONG | ProtectionZone | Spaceport | SpaceportModule |
| (4) Type | STRING | ProtectionZone |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /protectionzone | findAllProtectionZone() | SpaceAgencyModule | GET | ProtectionZone |
| (2) /protectionzone/{id} | findProtectionZoneById(id) | SpaceAgencyModule | GET | ProtectionZone |
| (3) /protectionzone/{id} | deleteProtectionZoneById(id) | SpaceAgencyModule | DELETE | ProtectionZone |
| (4) /protectionzone/spaceport/{id} | findAllProtectionZoneOfSpaceport(id) | SpaceAgencyModule | GET | Spaceport ProtectionZone |
| (5) /protectionzone | insertProtectionZone(protectionzone) | SpaceAgencyModule | POST | ProtectionZone |
| (6) /protectionzone/{id} | updateProtectionZoneById(protectionzone) | SpaceAgencyModule | PUT | ProtectionZone |
Example:
final ProtectionZone protectionzone = (ProtectionZone) invokeModule(SPACE_AGENCY_MODULE + "/protectionzone/" + id, ProtectionZone.class);| Contact | Donate | Imprint |