IService1ScheduleAudit Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/ScheduleAudit", ReplyAction = "http://tempuri.org/IService1/ScheduleAuditResponse")] int ScheduleAudit( string providerId, string carrierId, string company, string auditTypeId, string auditorId, string importId, string auditDate, string notificationDate, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/ScheduleAudit", ReplyAction := "http://tempuri.org/IService1/ScheduleAuditResponse")> Function ScheduleAudit ( providerId As String, carrierId As String, company As String, auditTypeId As String, auditorId As String, importId As String, auditDate As String, notificationDate As String, key As String ) As Integer
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/ScheduleAudit", ReplyAction = L"http://tempuri.org/IService1/ScheduleAuditResponse")] int ScheduleAudit( String^ providerId, String^ carrierId, String^ company, String^ auditTypeId, String^ auditorId, String^ importId, String^ auditDate, String^ notificationDate, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/ScheduleAudit", ReplyAction = "http://tempuri.org/IService1/ScheduleAuditResponse")>] abstract ScheduleAudit : providerId : string * carrierId : string * company : string * auditTypeId : string * auditorId : string * importId : string * auditDate : string * notificationDate : string * key : string -> int