Click or drag to resize

AccessRequestIntegrationControllerDeleteAccessRequest Method

Sends message to delete access approval survey

Namespace:  Omada.OE.Solution.OIM.AppLogic.Integration
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void DeleteAccessRequest(
	string accessRequestId,
	DateTime timeStamp
)

Parameters

accessRequestId
Type: SystemString
Unique identifier of the access request
timeStamp
Type: SystemDateTime
DateTime when the deletion occured
See Also