通知数据对象 - 客户管理

定义 Notification 对象。

语法

<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>

元素

Notification 对象具有以下元素:AdditionalInfoIdMessageSeverityTitleTypeId

元素 说明 数据类型
AdditionalInfo 通知的支持数据。 KeyValueEntityOfstringstring 数组
ID 通知的标识符。 long
消息 通知的消息。 string
严厉 通知的严重性。 unsignedByte
标题 通知的标题。 string
TypeId 通知类型的标识符。 int

要求

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

使用者

GetNotifications