IService1SearchClaimsToAudit Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/SearchClaimsToAudit", ReplyAction = "http://tempuri.org/IService1/SearchClaimsToAuditResponse")] DataSet SearchClaimsToAudit( string auditorId, string importId, string providerId, string isScheduled, string startDate, string endDate, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/SearchClaimsToAudit", ReplyAction := "http://tempuri.org/IService1/SearchClaimsToAuditResponse")> Function SearchClaimsToAudit ( auditorId As String, importId As String, providerId As String, isScheduled As String, startDate As String, endDate As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/SearchClaimsToAudit", ReplyAction = L"http://tempuri.org/IService1/SearchClaimsToAuditResponse")] DataSet^ SearchClaimsToAudit( String^ auditorId, String^ importId, String^ providerId, String^ isScheduled, String^ startDate, String^ endDate, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/SearchClaimsToAudit", ReplyAction = "http://tempuri.org/IService1/SearchClaimsToAuditResponse")>] abstract SearchClaimsToAudit : auditorId : string * importId : string * providerId : string * isScheduled : string * startDate : string * endDate : string * key : string -> DataSet