Returns a list of custom field definitions that are defined on a post office. No values for the fields are returned
<getCustomListRequest/>
<getCustomListResponse> <customs type="types:CustomList"/> <status type="types:Status"/> </getCustomListResponse>
Returns the list of custom fields that are defined in the GroupWise system.
Returns the error number related to the event. 0 indicates that the request was successful.
Returns the success or failure of the method.
<getCustomListRequest/>
<getCustomListResponse>
<customs>
<custom>
<field>customSOAP1</field>
<value>Custom Field Value</value>
</custom>
</customs>
<status>
<code>0</code>
</status>
</getCustomListResponse>