Click or drag to resize
Service1ClientScheduleAudit Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public int ScheduleAudit(
	string providerId,
	string carrierId,
	string company,
	string auditTypeId,
	string auditorId,
	string importId,
	string auditDate,
	string notificationDate,
	string key
)

Parameters

providerId
Type: SystemString
carrierId
Type: SystemString
company
Type: SystemString
auditTypeId
Type: SystemString
auditorId
Type: SystemString
importId
Type: SystemString
auditDate
Type: SystemString
notificationDate
Type: SystemString
key
Type: SystemString

Return Value

Type: Int32

Implements

IService1ScheduleAudit(String, String, String, String, String, String, String, String, String)
See Also