SoapFindCustomField data structure

Element

Description

Type

Occurrences

name

Name of the Custom Field

string

0

value

Value of the Custom Field

string

0

Specification:

<xs:complexType name="SoapFindCustomField">

  <xs:sequence>

    <xs:element name="name" nillable="true" type="xs:string"/>

    <xs:element name="value" nillable="true" type="xs:string"/>

  </xs:sequence>

</xs:complexType>