Retrieves specific udf value for specific trader
https://services.wsoweb.com/
There are no limitations specified.
id
WSO Id of the trader
integer
Required
name
The name of the udf
string
Required
DisplayName
The display name of the UDF
string
ExtractionName
The extraction name of the UDF (this value will be the type of PickList defined in PickListItem)
string
Name
The name of the UDF
string
Value
The value of the UDF (Boolean value used True/False)
string
{ "links": [ { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" }, { "verb": "sample string 1", "rel": "sample string 2", "uri": "http://webapihelppage3.com" } ], "value": "sample string 1", "name": "sample string 2", "displayName": "sample string 3", "fieldDataType": "Long", "extractionName": "sample string 4" }
<Udf xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <DisplayName>sample string 3</DisplayName> <ExtractionName>sample string 4</ExtractionName> <FieldDataType>Long</FieldDataType> <Links> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> <Link> <Rel>sample string 2</Rel> <Uri>http://webapihelppage3.com/</Uri> <Verb>sample string 1</Verb> </Link> </Links> <Name>sample string 2</Name> <Value>sample string 1</Value> </Udf>