IService1MarkAuditAsScheduled Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/MarkAuditAsScheduled", ReplyAction = "http://tempuri.org/IService1/MarkAuditAsScheduledResponse")] bool MarkAuditAsScheduled( string auditorId, string importId, string auditTypeId, string pharmacyNabp, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/MarkAuditAsScheduled", ReplyAction := "http://tempuri.org/IService1/MarkAuditAsScheduledResponse")> Function MarkAuditAsScheduled ( auditorId As String, importId As String, auditTypeId As String, pharmacyNabp As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/MarkAuditAsScheduled", ReplyAction = L"http://tempuri.org/IService1/MarkAuditAsScheduledResponse")] bool MarkAuditAsScheduled( String^ auditorId, String^ importId, String^ auditTypeId, String^ pharmacyNabp, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/MarkAuditAsScheduled", ReplyAction = "http://tempuri.org/IService1/MarkAuditAsScheduledResponse")>] abstract MarkAuditAsScheduled : auditorId : string * importId : string * auditTypeId : string * pharmacyNabp : string * key : string -> bool