Skip to content

Commit bd187b2

Browse files
role added
1 parent 2bef6ee commit bd187b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/iemr/ecd/controller/callallocation/CallAllocationController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public ResponseEntity<String> insertRecordsInOutboundCalls(@RequestBody Outbound
142142

143143
}
144144

145-
@GetMapping(value = "/getEligibleRecordsLanguageInfo/{psmId}/{phoneNoType}/{recordType}/{fDate}/{tDate}/{preferredLanguage}", produces = MediaType.APPLICATION_JSON_VALUE)
145+
@GetMapping(value = "/getEligibleRecordsLanguageInfo/{psmId}/{phoneNoType}/{recordType}/{fDate}/{tDate}/{preferredLanguage}/{role}", produces = MediaType.APPLICATION_JSON_VALUE)
146146
@Operation(summary = "Fetch eligible Language records for allocation", description = "Desc - Fetch eligible records for allocation")
147147
@ApiResponses(value = {
148148
@ApiResponse(responseCode = CustomExceptionResponse.SUCCESS_SC_V, description = CustomExceptionResponse.SUCCESS_SC, content = {

0 commit comments

Comments
 (0)