PureCloudRESTService.WebServicesImplementation.GetMostRecentOpenCaseByContactId C# (CSharp) 메소드

GetMostRecentOpenCaseByContactId() 공개 메소드

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

            throw new WebFaultException(HttpStatusCode.NotImplemented);
        }