HotelCheckInDateCriterion Data Object - Campaign Management
Criterion for a check-in date range.
Syntax
<xs:complexType name="HotelCheckInDateCriterion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Criterion">
<xs:sequence>
<xs:element minOccurs="0" name="EndDate" nillable="true" type="xs:dateTime" />
<xs:element minOccurs="0" name="StartDate" nillable="true" type="xs:dateTime" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Elements
The HotelCheckInDateCriterion object has the following elements: EndDate, StartDate.
Element | Description | Data Type |
---|---|---|
EndDate | End date in the YYYY-MM-DD format. | dateTime |
StartDate | Start date in the YYYY-MM-DD format. | dateTime |
The HotelCheckInDateCriterion object has Inherited Elements.
Inherited Elements
Inherited Elements from Criterion
The HotelCheckInDateCriterion object derives from the Criterion object, and inherits the following elements: Type. The descriptions below are specific to HotelCheckInDateCriterion, and might not apply to other objects that inherit the same elements from the Criterion object.
Element | Description | Data Type |
---|---|---|
Type | The type of the criterion. This value is HotelCheckInDate when you retrieve a hotel check in date criterion. For more information about criterion types, see the Criterion Data Object Remarks. Add: Read-only Update: Read-only |
string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13