Globally Unique Identifier (GUID) for a customer contact.
Insert Validation: AMS360 creates on insert.
Update Validation: Must be a valid CustomerContactId for the customer. 36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000
Sort Order for Contact grid. If CustCenterDisplay field is false, then this field will be ignored. If CustCenterDisplay field is true, then valid numbers for this field are between 1 and 999
Globally Unique Identifier (GUID) for a customer contact responsibility.
Insert Validation: AMS360 creates on insert.
Update Validation: Must be a valid CustomerContactId for the Customer Contact. 36 character alpha-numeric column formatted as: 00000000-0000-0000-0000-000000000000
<xs:complexTypename="CustomerContactUpdateRequest"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Request object containing customer contact data that will be updated for an existing customer contact.
</summary></xs:documentation></xs:annotation><xs:sequence><xs:elementminOccurs="0"name="CustomerContact"nillable="true"type="tns:CustomerContact"><xs:annotation><xs:appinfo/><xs:documentation><summary>
Single Customer Contact type data structure.
</summary><required/></xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>