• Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Medium Medium
    • None
    • None
    • NCMP
    • None

      e.g.

      @Override
      public ResponseEntity<List<String>> executeSearchForMatchingPublicProperties(
          final PublicProperties publicProperties) {
      
      publicProperties.getPublicCmHandleProperties());
          final List<String> cmHandlesThatMatch = networkCmProxyDataService.executeSearchForMatchingPublicProperties(
              publicProperties.getPublicCmHandleProperties());
      
          return ResponseEntity.ok(cmHandlesThatMatch);
      }

       

      • Implement 400 if request does not follow structure

            josephkeenan josephkeenan
            josephkeenan josephkeenan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: