Paging Data Object - Customer Management
Defines a paging object to request Customer Management objects in batches.
Syntax
<xs:complexType name="Paging" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="Index" type="xs:int" />
<xs:element minOccurs="0" name="Size" type="xs:int" />
</xs:sequence>
</xs:complexType>
Elements
The Paging object has the following elements: Index, Size.
Element | Description | Data Type |
---|---|---|
Index | The zero-based results page index. For example to request the first page of results, set this value to 0 (zero). |
int |
Size | The page size and the number of results to return in the specified page. The maximum size for SearchAccounts is 1,000. The maximum size for SearchClientLinks is 100. The maximum size for SearchCustomers is 1,024. If you include page info but do not set this element the default size is 0 (zero). |
int |
Requirements
Service: CustomerManagementService.svc v13
Namespace: https://bingads.microsoft.com/Customer/v13/Entities