Chapter Type Object
The ChapterType is a the schema of a Chapter and is a complexType in xWeb.
Schema
<s:element name="Chapter" type="tns:ChapterType" />
<s:complexType name="ChapterType">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="CurrentKey" nillable="true" type="tns:av_key_Type">
<s:annotation>
<s:documentation>Chapter Customer Key.The current key is the record key for the object. This field must be set whenever updating an existing database record.</s:documentation>
</s:annotation>
</s:element>
<s:element name="Chapter" type="tns:Chapter_Chapter_DataObjectType" />
<s:element name="Customer" type="tns:Chapter_Customer_DataObjectType" />
<s:element name="Association" type="tns:Chapter_Association_DataObjectType" />
<s:element name="Email" type="tns:Chapter_Email_DataObjectType" />
<s:element name="Website" type="tns:Chapter_Website_DataObjectType" />
<s:element name="Messaging" type="tns:Chapter_Messaging_DataObjectType" />
<s:element name="Phone" type="tns:Chapter_Phone_DataObjectType" />
<s:element name="Phone_XRef" type="tns:Chapter_Phone_XRef_DataObjectType" />
<s:element name="Fax" type="tns:Chapter_Fax_DataObjectType" />
<s:element name="Fax_XRef" type="tns:Chapter_Fax_XRef_DataObjectType" />
<s:element name="Address_1" type="tns:Chapter_Address_1_DataObjectType" />
<s:element name="Address_XRef_1" type="tns:Chapter_Address_XRef_1_DataObjectType" />
<s:element name="Address_Country" type="tns:Chapter_Address_Country_DataObjectType" />
<s:element name="Billing_Address_1" type="tns:Chapter_Billing_Address_1_DataObjectType" />
<s:element name="Billing_Address_XRef_1" type="tns:Chapter_Billing_Address_XRef_1_DataObjectType" />
<s:element name="Primary_Contact" type="tns:Chapter_Primary_Contact_DataObjectType" />
<s:element name="Primary_Contact_XRef" type="tns:Chapter_Primary_Contact_XRef_DataObjectType" />
<s:element name="Prim._Contact_Adr_Xref" type="tns:Chapter_Prim._Contact_Adr_Xref_DataObjectType" />
<s:element name="Prim._Contact_Address" type="tns:Chapter_Prim._Contact_Address_DataObjectType" />
<s:element name="Address_Change_Log" type="tns:Chapter_Address_Change_Log_DataObjectType" />
</s:sequence>
</s:complexType>
Refer to the xWeb WSDL for more details on each element.
Sample
See WEBChapterGet for a sample response with sample data.