ClientIntegrationResource à
processSyncResultEntities – should this be a request parameter or request
body?
Hi
I am trying to achieve having an @RequestBody containing the String input rather than @PathParam. Here is my method
Resource Client {
processSyncResultEntities(String resultSet) PUT path= "/clientIntegration/sync/process" => ClientIntegrationService.processSyncResultEntities;
}