PureCloudRESTService.WebServicesImplementation.GetMostRecentOpenCaseByContactId C# (CSharp) Method

GetMostRecentOpenCaseByContactId() public method

public GetMostRecentOpenCaseByContactId ( ContactIdRequest cidr ) : ResponseCase
cidr inin.Bridge.WebServices.Datadip.Lib.ContactIdRequest
return inin.Bridge.WebServices.Datadip.Lib.ResponseCase
        public ResponseCase GetMostRecentOpenCaseByContactId(ContactIdRequest cidr)
        {

            throw new WebFaultException(HttpStatusCode.NotImplemented);
        }