CustomFields data structure

Element

Description

Type

Occurrences

customField

List of name and value pairs to associate with the new custom field.

SoapFindCustomField

0 - unlimited

Specification:

<xs:complexType name="CustomFields">

  <xs:sequence>

    <xs:element minOccurs="0" maxOccurs="unbounded" name="customField" nillable="true" type="ns:SoapFindCustomField"/>

  </xs:sequence>

</xs:complexType>