IService1ScheduleAppeal Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/ScheduleAppeal", ReplyAction = "http://tempuri.org/IService1/ScheduleAppealResponse")] bool ScheduleAppeal( string auditId, string auditorId, string status, string findingsToBeSent, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/ScheduleAppeal", ReplyAction := "http://tempuri.org/IService1/ScheduleAppealResponse")> Function ScheduleAppeal ( auditId As String, auditorId As String, status As String, findingsToBeSent As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/ScheduleAppeal", ReplyAction = L"http://tempuri.org/IService1/ScheduleAppealResponse")] bool ScheduleAppeal( String^ auditId, String^ auditorId, String^ status, String^ findingsToBeSent, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/ScheduleAppeal", ReplyAction = "http://tempuri.org/IService1/ScheduleAppealResponse")>] abstract ScheduleAppeal : auditId : string * auditorId : string * status : string * findingsToBeSent : string * key : string -> bool