Hello Omkar,
You can pass the ID in the recourceName parameter from the ExecuteRESTService call:
result = WebServiceUtilities.ExecuteRESTService(communicationScenarioName,
serviceName,
httpMethod,
resourceName,
urlParameters,
headerParameters,
contentType,
body);
Regards,
Alexandre.