CommitteeType Object

The CommitteeType is an xWeb Type that contains information about a Committee.

Namespaces

When passing a CommitteeType as a parameter to xWeb web methods, be sure to set the namespace properly.

Important! Parameters that fail to specify proper namespaces will not be interpreted correctly and will result in method faults.

Schema

Here is the schema for CommitteeType:

<s:complexType name="CommitteeType">
<s:sequence>
<s:element minOccurs="0" maxOccurs="1" name="CurrentKey" nillable="true" type="tns:av_key_Type">
<s:annotation>
<s:documentation>Unique 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="Committee" type="tns:Committee_Committee_DataObjectType" />
<s:element name="Parent_Committee" type="tns:Committee_Parent_Committee_DataObjectType" />
<s:element name="Customer" type="tns:Committee_Customer_DataObjectType" />
</s:sequence>
</s:complexType>

See the xWeb WSDL for more detail about each element.

Sample

<CurrentKey>4b0d5203-6840-401b-8b1f-a239c80d42d0</CurrentKey>
<Committee>
<cmt_key>4b0d5203-6840-401b-8b1f-a239c80d42d0</cmt_key>
<cmt_asn_code>RSR</cmt_asn_code>
<cmt_code>RSR-COMONE</cmt_code>
<cmt_ctp_code>RSR</cmt_ctp_code>
<cmt_name>RSR - Committee One</cmt_name>
<cmt_add_date>10/24/2011</cmt_add_date>
<cmt_add_user>rsarangarajan</cmt_add_user>
<cmt_change_date>01/04/2012</cmt_change_date>
<cmt_change_user>dhopkins</cmt_change_user>
<cmt_delete_flag>0</cmt_delete_flag>
<cmt_key_ext>4b0d5203-6840-401b-8b1f-a239c80d42d0</cmt_key_ext>
<cmt_parent_key>e1010c3e-2600-4456-a2ac-584b6e728ecf</cmt_parent_key>
<cmt_cst_key>0c67663c-e7cb-4886-8e49-db60e6f398ca</cmt_cst_key>
</Committee>
<Parent_Committee>
<cmp__cmt_key>e1010c3e-2600-4456-a2ac-584b6e728ecf</cmp__cmt_key>
<cmp__cmt_asn_code>AV</cmp__cmt_asn_code>
<cmp__cmt_code>AVCmt</cmp__cmt_code>
<cmp__cmt_ctp_code>AV</cmp__cmt_ctp_code>
<cmp__cmt_name>AV_Committee</cmp__cmt_name>
<cmp__cmt_add_date>11/08/2011</cmp__cmt_add_date>
<cmp__cmt_add_user>jpieron</cmp__cmt_add_user>
<cmp__cmt_delete_flag>0</cmp__cmt_delete_flag>
<cmp__cmt_key_ext>e1010c3e-2600-4456-a2ac-584b6e728ecf</cmp__cmt_key_ext>
</Parent_Committee>
<Customer>
<cst_key>0c67663c-e7cb-4886-8e49-db60e6f398ca</cst_key>
<cst_type>Organization</cst_type>
<cst_name_cp>Trump Association Management</cst_name_cp>
<cst_sort_name_dn>Trump Association Management</cst_sort_name_dn>
<cst_org_name_dn>Trump Association Management</cst_org_name_dn>
<cst_add_date>10/18/2011</cst_add_date>
<cst_add_user>rsarangarajan</cst_add_user>
<cst_change_date>11/14/2011</cst_change_date>
<cst_change_user>rsarangarajan</cst_change_user>
<cst_delete_flag>0</cst_delete_flag>
<cst_recno>86618</cst_recno>
<cst_id>000086618O</cst_id>
<cst_email_text_only>0</cst_email_text_only>
<cst_credit_limit>0.00</cst_credit_limit>
<cst_tax_exempt_flag>0</cst_tax_exempt_flag>
<cst_cxa_key>7672a576-5bbe-4918-afc7-8ce7366dbc32</cst_cxa_key>
<cst_no_email_flag>0</cst_no_email_flag>
<cst_no_phone_flag>0</cst_no_phone_flag>
<cst_no_fax_flag>0</cst_no_fax_flag>
<cst_no_web_flag>0</cst_no_web_flag>
<cst_member_flag>0</cst_member_flag>
<cst_no_msg_flag>0</cst_no_msg_flag>
<cst_no_mail_flag>0</cst_no_mail_flag>
<cst_web_force_password_change>0</cst_web_force_password_change>
<cst_web_login_disabled_flag>0</cst_web_login_disabled_flag>
<cst_credit_hold_flag>0</cst_credit_hold_flag>
<cst_web_forgot_password_status>0</cst_web_forgot_password_status>
<cst_no_publish_flag>0</cst_no_publish_flag>
<cst_score>0.7000</cst_score>
<cst_score_normalized>25</cst_score_normalized>
<cst_score_trend>2</cst_score_trend>
<cst_exclude_from_social_flag>0</cst_exclude_from_social_flag>
</Customer>