Click or drag to resize
IService1AddProvider 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/AddProvider", 
	ReplyAction = "http://tempuri.org/IService1/AddProviderResponse")]
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
See Also