Objeto de datos de notificación: Administración de clientes
Define un objeto Notification.
Sintaxis
<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>
Elementos
El objeto Notification tiene los siguientes elementos: AdditionalInfo, Id, Message, Severity, Title, TypeId.
Elemento | Descripción | Tipo de datos |
---|---|---|
AdditionalInfo | Datos auxiliares de la notificación. | Matriz KeyValueEntityOfstringstring |
Id | Identificador de la notificación. | Largo |
Mensaje | Mensaje de la notificación. | string |
Severity | Gravedad de la notificación. | unsignedByte |
Título | Título de la notificación. | string |
TypeId | Identificador del tipo de notificación. | int |
Requisitos
Servicio: CustomerManagementService.svc v13
Nombres: https://bingads.microsoft.com/Customer/v13/Entities