DateRange Data Object - Customer Management

Defines a date range object.

Syntax

<xs:complexType name="DateRange" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="MinDate" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="MaxDate" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The DateRange object has the following elements: MaxDate, MinDate.

Element Description Data Type
MaxDate The maximum date.

The date format should be specified as "yyyyMMdd". For example December 31, 2050 should be specified as "20501231".
string
MinDate The minimum date.

The date format should be specified as "yyyyMMdd". For example April 3, 2020 should be specified as "20200403".
string

Requirements

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

Used By

SearchCustomers