Click or drag to resize
IService1ScheduleAudit Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
[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
)

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
See Also