IService1ScheduleClaim Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/ScheduleClaim", ReplyAction = "http://tempuri.org/IService1/ScheduleClaimResponse")] bool ScheduleClaim( string zzRowId, string auditTypeId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/ScheduleClaim", ReplyAction := "http://tempuri.org/IService1/ScheduleClaimResponse")> Function ScheduleClaim ( zzRowId As String, auditTypeId As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/ScheduleClaim", ReplyAction = L"http://tempuri.org/IService1/ScheduleClaimResponse")] bool ScheduleClaim( String^ zzRowId, String^ auditTypeId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/ScheduleClaim", ReplyAction = "http://tempuri.org/IService1/ScheduleClaimResponse")>] abstract ScheduleClaim : zzRowId : string * auditTypeId : string * key : string -> bool