IService1UpdateProvidersAffilId Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateProvidersAffilId", ReplyAction = "http://tempuri.org/IService1/UpdateProvidersAffilIdResponse")] bool UpdateProvidersAffilId( string prlAffilId, string id, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateProvidersAffilId", ReplyAction := "http://tempuri.org/IService1/UpdateProvidersAffilIdResponse")> Function UpdateProvidersAffilId ( prlAffilId As String, id As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateProvidersAffilId", ReplyAction = L"http://tempuri.org/IService1/UpdateProvidersAffilIdResponse")] bool UpdateProvidersAffilId( String^ prlAffilId, String^ id, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateProvidersAffilId", ReplyAction = "http://tempuri.org/IService1/UpdateProvidersAffilIdResponse")>] abstract UpdateProvidersAffilId : prlAffilId : string * id : string * key : string -> bool