﻿<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>Reference for  https://ip-ac12141d:1903/CustomFieldService1.svc/BulkGetVisibleCustomFields</title>
    <style>BODY { color: #000000; background-color: white; font-family: Verdana; margin-left: 0px; margin-top: 0px; } #content { margin-left: 30px; font-size: .70em; padding-bottom: 2em; } A:link { color: #336699; font-weight: bold; text-decoration: underline; } A:visited { color: #6699cc; font-weight: bold; text-decoration: underline; } A:active { color: #336699; font-weight: bold; text-decoration: underline; } .heading1 { background-color: #003366; border-bottom: #336699 6px solid; color: #ffffff; font-family: Tahoma; font-size: 26px; font-weight: normal;margin: 0em 0em 10px -20px; padding-bottom: 8px; padding-left: 30px;padding-top: 16px;} pre { font-size:small; background-color: #e5e5cc; padding: 5px; font-family: Courier New; margin-top: 0px; border: 1px #f0f0e0 solid; white-space: pre-wrap; white-space: -pre-wrap; word-wrap: break-word; } table { border-collapse: collapse; border-spacing: 0px; font-family: Verdana;} table th { border-right: 2px white solid; border-bottom: 2px white solid; font-weight: bold; background-color: #cecf9c;} table td { border-right: 2px white solid; border-bottom: 2px white solid; background-color: #e5e5cc;}</style>
  </head>
  <body>
    <div id="content">
      <p class="heading1">Reference for  https://ip-ac12141d:1903/CustomFieldService1.svc/BulkGetVisibleCustomFields</p>
      <p>Get all the enabled and visible custom fields on a for a set of objects or groups</p>
      <p xmlns="http://www.w3.org/1999/xhtml">
        <b>Url: </b>
        <span class="uri-template">https://ip-ac12141d:1903/CustomFieldService1.svc/BulkGetVisibleCustomFields</span>
      </p>
      <p xmlns="http://www.w3.org/1999/xhtml">
        <b>HTTP Method: </b>
        <span class="method">POST</span>
      </p>
      <table>
        <tr>
          <th>Message direction</th>
          <th>Format</th>
          <th>Body</th>
        </tr>
        <tr>
          <td>Request</td>
          <td>Xml</td>
          <td>
            <a href="#request-xml">Example</a>,<a href="#request-schema">Schema</a></td>
        </tr>
        <tr>
          <td>Request</td>
          <td>Json</td>
          <td>
            <a href="#request-json">Example</a>
          </td>
        </tr>
        <tr>
          <td>Response</td>
          <td>Xml</td>
          <td>
            <a href="#response-xml">Example</a>,<a href="#response-schema">Schema</a></td>
        </tr>
        <tr>
          <td>Response</td>
          <td>Json</td>
          <td>
            <a href="#response-json">Example</a>
          </td>
        </tr>
      </table>
      <p>
        <a name="request-xml">The following is an example request Xml body:</a>
        <pre class="request-xml">&lt;ArrayOfanyURI xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"&gt;
  &lt;anyURI&gt;http://www.example.com/&lt;/anyURI&gt;
  &lt;anyURI&gt;http://www.example.com/&lt;/anyURI&gt;
&lt;/ArrayOfanyURI&gt;</pre>
      </p>
      <p>
        <a name="request-json">The following is an example request Json body:</a>
        <pre class="request-json">["http:\/\/www.example.com\/"]</pre>
      </p>
      <p>
        <a name="response-xml">The following is an example response Xml body:</a>
        <pre class="response-xml">&lt;ArrayOfCustomFieldBulkGetResult1 xmlns="http://replicon.com/"&gt;
  &lt;CustomFieldBulkGetResult1&gt;
    &lt;customFields&gt;
      &lt;CustomFieldDetails1&gt;
        &lt;dateConfiguration&gt;
          &lt;defaults&gt;
            &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
            &lt;value&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/value&gt;
          &lt;/defaults&gt;
          &lt;maximumDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/maximumDate&gt;
          &lt;minimumDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/minimumDate&gt;
        &lt;/dateConfiguration&gt;
        &lt;defaultDropDownValue&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
          &lt;isEnabled&gt;true&lt;/isEnabled&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/defaultDropDownValue&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;group&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/group&gt;
        &lt;isEnabled&gt;true&lt;/isEnabled&gt;
        &lt;isRequired&gt;true&lt;/isRequired&gt;
        &lt;isVisible&gt;true&lt;/isVisible&gt;
        &lt;numericConfiguration&gt;
          &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
          &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
          &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
          &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
        &lt;/numericConfiguration&gt;
        &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
        &lt;textConfiguration&gt;
          &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
          &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
        &lt;/textConfiguration&gt;
        &lt;type&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/type&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/CustomFieldDetails1&gt;
      &lt;CustomFieldDetails1&gt;
        &lt;dateConfiguration&gt;
          &lt;defaults&gt;
            &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
            &lt;value&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/value&gt;
          &lt;/defaults&gt;
          &lt;maximumDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/maximumDate&gt;
          &lt;minimumDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/minimumDate&gt;
        &lt;/dateConfiguration&gt;
        &lt;defaultDropDownValue&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
          &lt;isEnabled&gt;true&lt;/isEnabled&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/defaultDropDownValue&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;group&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/group&gt;
        &lt;isEnabled&gt;true&lt;/isEnabled&gt;
        &lt;isRequired&gt;true&lt;/isRequired&gt;
        &lt;isVisible&gt;true&lt;/isVisible&gt;
        &lt;numericConfiguration&gt;
          &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
          &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
          &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
          &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
        &lt;/numericConfiguration&gt;
        &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
        &lt;textConfiguration&gt;
          &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
          &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
        &lt;/textConfiguration&gt;
        &lt;type&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/type&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/CustomFieldDetails1&gt;
    &lt;/customFields&gt;
    &lt;objectUri&gt;http://www.example.com/&lt;/objectUri&gt;
  &lt;/CustomFieldBulkGetResult1&gt;
  &lt;CustomFieldBulkGetResult1&gt;
    &lt;customFields&gt;
      &lt;CustomFieldDetails1&gt;
        &lt;dateConfiguration&gt;
          &lt;defaults&gt;
            &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
            &lt;value&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/value&gt;
          &lt;/defaults&gt;
          &lt;maximumDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/maximumDate&gt;
          &lt;minimumDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/minimumDate&gt;
        &lt;/dateConfiguration&gt;
        &lt;defaultDropDownValue&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
          &lt;isEnabled&gt;true&lt;/isEnabled&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/defaultDropDownValue&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;group&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/group&gt;
        &lt;isEnabled&gt;true&lt;/isEnabled&gt;
        &lt;isRequired&gt;true&lt;/isRequired&gt;
        &lt;isVisible&gt;true&lt;/isVisible&gt;
        &lt;numericConfiguration&gt;
          &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
          &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
          &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
          &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
        &lt;/numericConfiguration&gt;
        &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
        &lt;textConfiguration&gt;
          &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
          &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
        &lt;/textConfiguration&gt;
        &lt;type&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/type&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/CustomFieldDetails1&gt;
      &lt;CustomFieldDetails1&gt;
        &lt;dateConfiguration&gt;
          &lt;defaults&gt;
            &lt;useTodayAsDefault&gt;true&lt;/useTodayAsDefault&gt;
            &lt;value&gt;
              &lt;day&gt;2147483647&lt;/day&gt;
              &lt;month&gt;2147483647&lt;/month&gt;
              &lt;year&gt;2147483647&lt;/year&gt;
            &lt;/value&gt;
          &lt;/defaults&gt;
          &lt;maximumDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/maximumDate&gt;
          &lt;minimumDate&gt;
            &lt;day&gt;2147483647&lt;/day&gt;
            &lt;month&gt;2147483647&lt;/month&gt;
            &lt;year&gt;2147483647&lt;/year&gt;
          &lt;/minimumDate&gt;
        &lt;/dateConfiguration&gt;
        &lt;defaultDropDownValue&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;isDefaultValue&gt;true&lt;/isDefaultValue&gt;
          &lt;isEnabled&gt;true&lt;/isEnabled&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/defaultDropDownValue&gt;
        &lt;displayText&gt;String content&lt;/displayText&gt;
        &lt;group&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/group&gt;
        &lt;isEnabled&gt;true&lt;/isEnabled&gt;
        &lt;isRequired&gt;true&lt;/isRequired&gt;
        &lt;isVisible&gt;true&lt;/isVisible&gt;
        &lt;numericConfiguration&gt;
          &lt;decimalPlaces&gt;2147483647&lt;/decimalPlaces&gt;
          &lt;defaultNumericValue&gt;12678967.543233&lt;/defaultNumericValue&gt;
          &lt;maximumNumericValue&gt;12678967.543233&lt;/maximumNumericValue&gt;
          &lt;minimumNumericValue&gt;12678967.543233&lt;/minimumNumericValue&gt;
        &lt;/numericConfiguration&gt;
        &lt;policyKeyUri&gt;http://www.example.com/&lt;/policyKeyUri&gt;
        &lt;textConfiguration&gt;
          &lt;defaultTextValue&gt;String content&lt;/defaultTextValue&gt;
          &lt;maximumLength&gt;2147483647&lt;/maximumLength&gt;
        &lt;/textConfiguration&gt;
        &lt;type&gt;
          &lt;displayText&gt;String content&lt;/displayText&gt;
          &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
        &lt;/type&gt;
        &lt;uri&gt;http://www.example.com/&lt;/uri&gt;
      &lt;/CustomFieldDetails1&gt;
    &lt;/customFields&gt;
    &lt;objectUri&gt;http://www.example.com/&lt;/objectUri&gt;
  &lt;/CustomFieldBulkGetResult1&gt;
&lt;/ArrayOfCustomFieldBulkGetResult1&gt;</pre>
      </p>
      <p>
        <a name="response-json">The following is an example response Json body:</a>
        <pre class="response-json">[{
	"customFields":[{
		"dateConfiguration":{
			"defaults":{
				"useTodayAsDefault":true,
				"value":{
					"day":2147483647,
					"month":2147483647,
					"year":2147483647
				}
			},
			"maximumDate":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			},
			"minimumDate":{
				"day":2147483647,
				"month":2147483647,
				"year":2147483647
			}
		},
		"defaultDropDownValue":{
			"displayText":"String content",
			"isDefaultValue":true,
			"isEnabled":true,
			"uri":"http:\/\/www.example.com\/"
		},
		"displayText":"String content",
		"group":{
			"displayText":"String content",
			"uri":"http:\/\/www.example.com\/"
		},
		"isEnabled":true,
		"isRequired":true,
		"isVisible":true,
		"numericConfiguration":{
			"decimalPlaces":2147483647,
			"defaultNumericValue":12678967.543233,
			"maximumNumericValue":12678967.543233,
			"minimumNumericValue":12678967.543233
		},
		"policyKeyUri":"http:\/\/www.example.com\/",
		"textConfiguration":{
			"defaultTextValue":"String content",
			"maximumLength":2147483647
		},
		"type":{
			"displayText":"String content",
			"uri":"http:\/\/www.example.com\/"
		},
		"uri":"http:\/\/www.example.com\/"
	}],
	"objectUri":"http:\/\/www.example.com\/"
}]</pre>
      </p>
      <p>
        <a name="request-schema">The following is the request Xml Schema:</a>
        <pre class="request-schema">&lt;xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/Arrays" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/Arrays" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:complexType name="ArrayOfanyURI"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="anyURI" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfanyURI" nillable="true" type="tns:ArrayOfanyURI" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <a name="request-schema">Additional request Xml Schemas:</a>
        <pre class="request-schema">&lt;xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:element name="anyType" nillable="true" type="xs:anyType" /&gt;
  &lt;xs:element name="anyURI" nillable="true" type="xs:anyURI" /&gt;
  &lt;xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /&gt;
  &lt;xs:element name="boolean" nillable="true" type="xs:boolean" /&gt;
  &lt;xs:element name="byte" nillable="true" type="xs:byte" /&gt;
  &lt;xs:element name="dateTime" nillable="true" type="xs:dateTime" /&gt;
  &lt;xs:element name="decimal" nillable="true" type="xs:decimal" /&gt;
  &lt;xs:element name="double" nillable="true" type="xs:double" /&gt;
  &lt;xs:element name="float" nillable="true" type="xs:float" /&gt;
  &lt;xs:element name="int" nillable="true" type="xs:int" /&gt;
  &lt;xs:element name="long" nillable="true" type="xs:long" /&gt;
  &lt;xs:element name="QName" nillable="true" type="xs:QName" /&gt;
  &lt;xs:element name="short" nillable="true" type="xs:short" /&gt;
  &lt;xs:element name="string" nillable="true" type="xs:string" /&gt;
  &lt;xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /&gt;
  &lt;xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /&gt;
  &lt;xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /&gt;
  &lt;xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /&gt;
  &lt;xs:element name="char" nillable="true" type="tns:char" /&gt;
  &lt;xs:simpleType name="char"&gt;
    &lt;xs:restriction base="xs:int" /&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="duration" nillable="true" type="tns:duration" /&gt;
  &lt;xs:simpleType name="duration"&gt;
    &lt;xs:restriction base="xs:duration"&gt;
      &lt;xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /&gt;
      &lt;xs:minInclusive value="-P10675199DT2H48M5.4775808S" /&gt;
      &lt;xs:maxInclusive value="P10675199DT2H48M5.4775807S" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="guid" nillable="true" type="tns:guid" /&gt;
  &lt;xs:simpleType name="guid"&gt;
    &lt;xs:restriction base="xs:string"&gt;
      &lt;xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:attribute name="FactoryType" type="xs:QName" /&gt;
  &lt;xs:attribute name="Id" type="xs:ID" /&gt;
  &lt;xs:attribute name="Ref" type="xs:IDREF" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <pre class="request-schema">&lt;tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;tns:element name="schema"&gt;
    &lt;tns:complexType /&gt;
  &lt;/tns:element&gt;
&lt;/tns:schema&gt;</pre>
      </p>
      <p>
        <a name="response-schema">The following is the response Xml Schema:</a>
        <pre class="response-schema">&lt;xs:schema xmlns:tns="http://replicon.com/" elementFormDefault="qualified" targetNamespace="http://replicon.com/" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:complexType name="ArrayOfCustomFieldBulkGetResult1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="CustomFieldBulkGetResult1" nillable="true" type="tns:CustomFieldBulkGetResult1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfCustomFieldBulkGetResult1" nillable="true" type="tns:ArrayOfCustomFieldBulkGetResult1" /&gt;
  &lt;xs:complexType name="CustomFieldBulkGetResult1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="customFields" nillable="true" type="tns:ArrayOfCustomFieldDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="objectUri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldBulkGetResult1" nillable="true" type="tns:CustomFieldBulkGetResult1" /&gt;
  &lt;xs:complexType name="ArrayOfCustomFieldDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" maxOccurs="unbounded" name="CustomFieldDetails1" nillable="true" type="tns:CustomFieldDetails1" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="ArrayOfCustomFieldDetails1" nillable="true" type="tns:ArrayOfCustomFieldDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="dateConfiguration" nillable="true" type="tns:CustomFieldDateConfigurationDetails1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="defaultDropDownValue" nillable="true" type="tns:CustomFieldDropDownOptionDetails1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="group" nillable="true" type="tns:CustomFieldGroupReference1" /&gt;
      &lt;xs:element minOccurs="0" name="isEnabled" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="isRequired" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="isVisible" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="numericConfiguration" nillable="true" type="tns:CustomFieldNumericConfigurationDetails1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="policyKeyUri" nillable="true" type="xs:anyURI" /&gt;
      &lt;xs:element minOccurs="0" name="textConfiguration" nillable="true" type="tns:CustomFieldTextConfigurationDetails1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="type" nillable="true" type="tns:CustomFieldTypeDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldDetails1" nillable="true" type="tns:CustomFieldDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldDateConfigurationDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="defaults" nillable="true" type="tns:CustomFieldDefaultDateDetails1" /&gt;
      &lt;xs:element minOccurs="0" name="maximumDate" nillable="true" type="tns:Date1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="minimumDate" nillable="true" type="tns:Date1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldDateConfigurationDetails1" nillable="true" type="tns:CustomFieldDateConfigurationDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldDefaultDateDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="useTodayAsDefault" type="xs:boolean"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="value" nillable="true" type="tns:Date1"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldDefaultDateDetails1" nillable="true" type="tns:CustomFieldDefaultDateDetails1" /&gt;
  &lt;xs:complexType name="Date1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="day" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="month" type="xs:int" /&gt;
      &lt;xs:element minOccurs="0" name="year" type="xs:int" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="Date1" nillable="true" type="tns:Date1" /&gt;
  &lt;xs:complexType name="CustomFieldDropDownOptionDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="isDefaultValue" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="isEnabled" type="xs:boolean" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldDropDownOptionDetails1" nillable="true" type="tns:CustomFieldDropDownOptionDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldGroupReference1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldGroupReference1" nillable="true" type="tns:CustomFieldGroupReference1" /&gt;
  &lt;xs:complexType name="CustomFieldNumericConfigurationDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="decimalPlaces" nillable="true" type="xs:int"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="defaultNumericValue" nillable="true" type="xs:decimal"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="maximumNumericValue" nillable="true" type="xs:decimal"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="minimumNumericValue" nillable="true" type="xs:decimal"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldNumericConfigurationDetails1" nillable="true" type="tns:CustomFieldNumericConfigurationDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldTextConfigurationDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="defaultTextValue" nillable="true" type="xs:string"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
      &lt;xs:element minOccurs="0" name="maximumLength" nillable="true" type="xs:int"&gt;
        &lt;xs:annotation&gt;
          &lt;xs:appinfo&gt;
            &lt;DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" /&gt;
          &lt;/xs:appinfo&gt;
        &lt;/xs:annotation&gt;
      &lt;/xs:element&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldTextConfigurationDetails1" nillable="true" type="tns:CustomFieldTextConfigurationDetails1" /&gt;
  &lt;xs:complexType name="CustomFieldTypeDetails1"&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element minOccurs="0" name="displayText" nillable="true" type="xs:string" /&gt;
      &lt;xs:element minOccurs="0" name="uri" nillable="true" type="xs:anyURI" /&gt;
    &lt;/xs:sequence&gt;
  &lt;/xs:complexType&gt;
  &lt;xs:element name="CustomFieldTypeDetails1" nillable="true" type="tns:CustomFieldTypeDetails1" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <a name="response-schema">Additional response Xml Schemas:</a>
        <pre class="response-schema">&lt;xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;xs:element name="anyType" nillable="true" type="xs:anyType" /&gt;
  &lt;xs:element name="anyURI" nillable="true" type="xs:anyURI" /&gt;
  &lt;xs:element name="base64Binary" nillable="true" type="xs:base64Binary" /&gt;
  &lt;xs:element name="boolean" nillable="true" type="xs:boolean" /&gt;
  &lt;xs:element name="byte" nillable="true" type="xs:byte" /&gt;
  &lt;xs:element name="dateTime" nillable="true" type="xs:dateTime" /&gt;
  &lt;xs:element name="decimal" nillable="true" type="xs:decimal" /&gt;
  &lt;xs:element name="double" nillable="true" type="xs:double" /&gt;
  &lt;xs:element name="float" nillable="true" type="xs:float" /&gt;
  &lt;xs:element name="int" nillable="true" type="xs:int" /&gt;
  &lt;xs:element name="long" nillable="true" type="xs:long" /&gt;
  &lt;xs:element name="QName" nillable="true" type="xs:QName" /&gt;
  &lt;xs:element name="short" nillable="true" type="xs:short" /&gt;
  &lt;xs:element name="string" nillable="true" type="xs:string" /&gt;
  &lt;xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte" /&gt;
  &lt;xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt" /&gt;
  &lt;xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong" /&gt;
  &lt;xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort" /&gt;
  &lt;xs:element name="char" nillable="true" type="tns:char" /&gt;
  &lt;xs:simpleType name="char"&gt;
    &lt;xs:restriction base="xs:int" /&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="duration" nillable="true" type="tns:duration" /&gt;
  &lt;xs:simpleType name="duration"&gt;
    &lt;xs:restriction base="xs:duration"&gt;
      &lt;xs:pattern value="\-?P(\d*D)?(T(\d*H)?(\d*M)?(\d*(\.\d*)?S)?)?" /&gt;
      &lt;xs:minInclusive value="-P10675199DT2H48M5.4775808S" /&gt;
      &lt;xs:maxInclusive value="P10675199DT2H48M5.4775807S" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:element name="guid" nillable="true" type="tns:guid" /&gt;
  &lt;xs:simpleType name="guid"&gt;
    &lt;xs:restriction base="xs:string"&gt;
      &lt;xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}" /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;
  &lt;xs:attribute name="FactoryType" type="xs:QName" /&gt;
  &lt;xs:attribute name="Id" type="xs:ID" /&gt;
  &lt;xs:attribute name="Ref" type="xs:IDREF" /&gt;
&lt;/xs:schema&gt;</pre>
      </p>
      <p>
        <pre class="response-schema">&lt;tns:schema targetNamespace="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://www.w3.org/2001/XMLSchema"&gt;
  &lt;tns:element name="schema"&gt;
    &lt;tns:complexType /&gt;
  &lt;/tns:element&gt;
&lt;/tns:schema&gt;</pre>
      </p>
    </div>
  </body>
</html>