Click or drag to resize
Service1ClientAddProvider Method

Namespace: SxcDeskAppLib.SxcWebSvcRef
Assembly: RxAudit (in RxAudit.exe) Version: 2014.1.30.9 (2014.01.30.9)
Syntax
public bool AddProvider(
	string providerId,
	string name,
	string storeNum,
	string phone,
	string fax,
	string affil,
	string address,
	string city,
	string state,
	string zip,
	string key
)

Parameters

providerId
Type: SystemString
name
Type: SystemString
storeNum
Type: SystemString
phone
Type: SystemString
fax
Type: SystemString
affil
Type: SystemString
address
Type: SystemString
city
Type: SystemString
state
Type: SystemString
zip
Type: SystemString
key
Type: SystemString

Return Value

Type: Boolean

Implements

IService1AddProvider(String, String, String, String, String, String, String, String, String, String, String)
See Also