IService1GetPrepAuditsStatsByImportId Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetPrepAuditsStatsByImportId", ReplyAction = "http://tempuri.org/IService1/GetPrepAuditsStatsByImportIdResponse")] DataSet GetPrepAuditsStatsByImportId( string auditorId, string importId, string providerId, string isScheduled, string startDate, string endDate, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetPrepAuditsStatsByImportId", ReplyAction := "http://tempuri.org/IService1/GetPrepAuditsStatsByImportIdResponse")> Function GetPrepAuditsStatsByImportId ( 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/GetPrepAuditsStatsByImportId", ReplyAction = L"http://tempuri.org/IService1/GetPrepAuditsStatsByImportIdResponse")] DataSet^ GetPrepAuditsStatsByImportId( String^ auditorId, String^ importId, String^ providerId, String^ isScheduled, String^ startDate, String^ endDate, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetPrepAuditsStatsByImportId", ReplyAction = "http://tempuri.org/IService1/GetPrepAuditsStatsByImportIdResponse")>] abstract GetPrepAuditsStatsByImportId : auditorId : string * importId : string * providerId : string * isScheduled : string * startDate : string * endDate : string * key : string -> DataSet