Notification Data Object - Customer Management
Defines a Notification object.
Syntax
<xs:complexType name="Notification" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="TypeId" type="xs:int" />
<xs:element minOccurs="0" name="Id" type="xs:long" />
<xs:element minOccurs="0" name="Severity" type="xs:unsignedByte" />
<xs:element minOccurs="0" name="Title" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Message" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="AdditionalInfo" nillable="true" type="tns:ArrayOfKeyValueEntityOfstringstring" />
</xs:sequence>
</xs:complexType>
Elements
The Notification object has the following elements: AdditionalInfo, Id, Message, Severity, Title, TypeId.
Element | Description | Data Type |
---|---|---|
AdditionalInfo | The supporting data of the Notification. | KeyValueEntityOfstringstring array |
Id | The identifier of the Notification. | long |
Message | The message of the Notification. | string |
Severity | The severity of the Notification. | unsignedByte |
Title | The title of the Notification. | string |
TypeId | The identifier of the type of Notification. | int |
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities