Interface PartyRoleApi

All Known Implementing Classes:
TmaPartyRoleApiController

@Generated(value="de.hybris.platform.b2ctelcotmfwebservices.swagger.TelcoCodegen", date="2022-10-21T20:34:47.671Z") @Validated @RequestMapping("") public interface PartyRoleApi
  • 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", consumes="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)