PersonName Data Object - Customer Management

Defines the name of a user.

Syntax

<xs:complexType name="PersonName" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="FirstName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="LastName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="MiddleInitial" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The PersonName object has the following elements: FirstName, LastName, MiddleInitial.

Element Description Data Type
FirstName The first name of the user. The first name is limited to 100 characters.

Add: Required
Update: Optional. If no value is set for the update, this setting is not changed.
string
LastName The last name of the user. The last name is limited to 100 characters.

Add: Required
Update: Optional. If no value is set for the update, this setting is not changed.
string
MiddleInitial The middle initial of the user. The middle initial is limited to one character.

Add: Optional
Update: Optional. If no value is set for the update, this setting is not changed.
string

Requirements

Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities

Used By

User