Class TmaPartyRoleApiController

    • Constructor Detail

      • TmaPartyRoleApiController

        public TmaPartyRoleApiController()
    • Method Detail

      • retrievePartyRole

        @RequestMapping(value="/partyRole/{id:.+}",
                        produces="application/json;charset=utf-8",
                        method=GET)
        public org.springframework.http.ResponseEntity<java.util.List<PartyRole>> retrievePartyRole​(@PathVariable("id")
                                                                                                    java.lang.String relatedPartyId,
                                                                                                    @Valid @RequestParam(value="fields",required=false)
                                                                                                    @Valid java.lang.String fields)
        Specified by:
        retrievePartyRole in interface PartyRoleApi