Click or drag to resize
IService1MarkAuditAsScheduled 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/MarkAuditAsScheduled", 
	ReplyAction = "http://tempuri.org/IService1/MarkAuditAsScheduledResponse")]
bool MarkAuditAsScheduled(
	string auditorId,
	string importId,
	string auditTypeId,
	string pharmacyNabp,
	string key
)

Parameters

auditorId
Type: SystemString
importId
Type: SystemString
auditTypeId
Type: SystemString
pharmacyNabp
Type: SystemString
key
Type: SystemString

Return Value

Type: Boolean
See Also