Class: DeleteCaseByCIDRequest

tibco.objectapi.service.request.DeleteCaseByCIDRequest

new DeleteCaseByCIDRequest(body, caseType, version)

Object DeleteCaseByCIDRequest Usage: RestApiService.getGlobaldataService().deleteCaseByCID(request, callback);
Parameters:
Name Type Description
body tibco.objectapi.bds.rest.CasePayloadArrayType The IDs of the cases to be deleted. The payload must be constructed to match the structure of the case data defined in your business object model.
caseType string The case type is the fully qualified name of the case class. For example, com.example.gddemo.Customer. You can obtain this by running getCaseClassInfo.
version string The version of the case model. For example, 2 or 2.0.0.
Since:
  • 4.0.0