IService1ScheduleAllClaimsByAuditorId Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/ScheduleAllClaimsByAuditorId", ReplyAction = "http://tempuri.org/IService1/ScheduleAllClaimsByAuditorIdResponse")] bool ScheduleAllClaimsByAuditorId( string auditorId, string importId, string auditDate, string notificationDate, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/ScheduleAllClaimsByAuditorId", ReplyAction := "http://tempuri.org/IService1/ScheduleAllClaimsByAuditorIdResponse")> Function ScheduleAllClaimsByAuditorId ( auditorId As String, importId As String, auditDate As String, notificationDate As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/ScheduleAllClaimsByAuditorId", ReplyAction = L"http://tempuri.org/IService1/ScheduleAllClaimsByAuditorIdResponse")] bool ScheduleAllClaimsByAuditorId( String^ auditorId, String^ importId, String^ auditDate, String^ notificationDate, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/ScheduleAllClaimsByAuditorId", ReplyAction = "http://tempuri.org/IService1/ScheduleAllClaimsByAuditorIdResponse")>] abstract ScheduleAllClaimsByAuditorId : auditorId : string * importId : string * auditDate : string * notificationDate : string * key : string -> bool