Interface PartyRoleApi

All Known Implementing Classes:
TmaPartyRoleApiController

public interface PartyRoleApi
Interface handling operations for PartyRole.
Since:
2302
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.http.ResponseEntity<List<PartyRole>>
    retrievePartyRole(String id, @Valid String fields)
     
  • Method Details

    • retrievePartyRole

      @RequestMapping(value="/partyRole/{id}", produces="application/json;charset=utf-8", method=GET) org.springframework.http.ResponseEntity<List<PartyRole>> retrievePartyRole(@PathVariable("id") String id, @Valid @RequestParam(value="fields",required=false) @Valid String fields)