IService1AddProvider Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[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 )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/AddProvider", ReplyAction := "http://tempuri.org/IService1/AddProviderResponse")> Function AddProvider ( providerId As String, name As String, storeNum As String, phone As String, fax As String, affil As String, address As String, city As String, state As String, zip As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/AddProvider", ReplyAction = L"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 )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/AddProvider", ReplyAction = "http://tempuri.org/IService1/AddProviderResponse")>] abstract AddProvider : providerId : string * name : string * storeNum : string * phone : string * fax : string * affil : string * address : string * city : string * state : string * zip : string * key : string -> bool