Displaying 1 result from an estimated 1 matches for "metadata_valu".
Did you mean:
metadata_value
2006 May 24
2
array parameters in web services
...application_id, :string
member :user_tenfold_id, :string
member :login_username, :string
end
api_method :GetMetadata,
:expects => [{:metadata_type => :string},
{:metadata_key => :string},
{:metadata_value => :value},
{:webapplication_id => :string},
{:user_tenfold_id => :string},
{:login_username => :string}],
:returns => [CLL_Answer]
end
The problem is as follows, in the fu...