Element |
Description |
Type |
Occurrences |
---|---|---|---|
customField |
List of name and value pairs to associate with the new custom field. |
0 - unlimited |
<xs:complexType name="CustomFields">
<xs:sequence>
<xs:element minOccurs="0" maxOccurs="unbounded" name="customField" nillable="true" type="ns:SoapFindCustomField"/>
</xs:sequence>
</xs:complexType>