IService1GetClaimsToAuditByProviderId Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetClaimsToAuditByProviderId", ReplyAction = "http://tempuri.org/IService1/GetClaimsToAuditByProviderIdResponse")] DataSet GetClaimsToAuditByProviderId( string auditorId, string importId, string nabp, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetClaimsToAuditByProviderId", ReplyAction := "http://tempuri.org/IService1/GetClaimsToAuditByProviderIdResponse")> Function GetClaimsToAuditByProviderId ( auditorId As String, importId As String, nabp As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetClaimsToAuditByProviderId", ReplyAction = L"http://tempuri.org/IService1/GetClaimsToAuditByProviderIdResponse")] DataSet^ GetClaimsToAuditByProviderId( String^ auditorId, String^ importId, String^ nabp, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetClaimsToAuditByProviderId", ReplyAction = "http://tempuri.org/IService1/GetClaimsToAuditByProviderIdResponse")>] abstract GetClaimsToAuditByProviderId : auditorId : string * importId : string * nabp : string * key : string -> DataSet