SearchCustomers Service Operation - Customer Management

Searches for customers that match the request criteria.

Request Elements

The SearchCustomersRequest object defines the body and header elements of the service operation request. The elements must be in the same order as shown in the Request SOAP.

Note

Unless otherwise noted below, all request elements are required.

Request Body Elements

Element Description Data Type
DateRange Determines the minimum and maximum customer creation date range.

This request element is optional.
DateRange
Ordering Determines the order of results by the specified property of a customer.

This request element is optional. You can specify up to one OrderBy element in the array. Additional elements are not supported and will be ignored by the service.

For this service operation, the following values are supported in the Field element of a OrderBy object:

Id - The order is determined by the Id element of the returned Customer.

Name - The order is determined by the Name element of the returned Customer.

Number - The order is determined by the Number element of the returned Customer.
OrderBy array
PageInfo Determines the index and size of results per page. Paging
Predicates Determines the conditions that all must be met to return customers.

You must include between one and 10 predicates. To filter by the created date range, you can include two predicates with the Field value set to CreatedDate, and otherwise may only use each predicate field once.

For details about each supported predicate Field value see Predicate Remarks.
Predicate array

Request Header Elements

Element Description Data Type
AuthenticationToken The OAuth access token that represents the credentials of a user who has permissions to Microsoft Advertising accounts.

For more information see Authentication with OAuth.
string
DeveloperToken The developer token used to access the Bing Ads API.

For more information see Get a Developer Token.
string
Password This element is reserved for internal use and will be removed from a future version of the API. You must use the AuthenticationToken element to set user credentials. string
UserName This element is reserved for internal use and will be removed from a future version of the API. You must use the AuthenticationToken element to set user credentials. string

Response Elements

The SearchCustomersResponse object defines the body and header elements of the service operation response. The elements are returned in the same order as shown in the Response SOAP.

Response Body Elements

Element Description Data Type
Customers A list of customers that meet the request criteria. Customer array

Response Header Elements

Element Description Data Type
TrackingId The identifier of the log entry that contains the details of the API call. string

Request SOAP

This template was generated by a tool to show the order of the body and header elements for the SOAP request. For supported types that you can use with this service operation, see the Request Body Elements reference above.

<s:Envelope xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Header xmlns="https://bingads.microsoft.com/Customer/v13">
    <Action mustUnderstand="1">SearchCustomers</Action>
    <AuthenticationToken i:nil="false">ValueHere</AuthenticationToken>
    <DeveloperToken i:nil="false">ValueHere</DeveloperToken>
  </s:Header>
  <s:Body>
    <SearchCustomersRequest xmlns="https://bingads.microsoft.com/Customer/v13">
      <Predicates xmlns:e255="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
        <e255:Predicate>
          <e255:Field i:nil="false">ValueHere</e255:Field>
          <e255:Operator>ValueHere</e255:Operator>
          <e255:Value i:nil="false">ValueHere</e255:Value>
        </e255:Predicate>
      </Predicates>
      <DateRange xmlns:e256="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
        <e256:MinDate i:nil="false">ValueHere</e256:MinDate>
        <e256:MaxDate i:nil="false">ValueHere</e256:MaxDate>
      </DateRange>
      <Ordering xmlns:e257="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
        <e257:OrderBy>
          <e257:Field>ValueHere</e257:Field>
          <e257:Order>ValueHere</e257:Order>
        </e257:OrderBy>
      </Ordering>
      <PageInfo xmlns:e258="https://bingads.microsoft.com/Customer/v13/Entities" i:nil="false">
        <e258:Index>ValueHere</e258:Index>
        <e258:Size>ValueHere</e258:Size>
      </PageInfo>
    </SearchCustomersRequest>
  </s:Body>
</s:Envelope>

Response SOAP

This template was generated by a tool to show the order of the body and header elements for the SOAP response.

<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
  <s:Header xmlns="https://bingads.microsoft.com/Customer/v13">
    <TrackingId d3p1:nil="false" xmlns:d3p1="http://www.w3.org/2001/XMLSchema-instance">ValueHere</TrackingId>
  </s:Header>
  <s:Body>
    <SearchCustomersResponse xmlns="https://bingads.microsoft.com/Customer/v13">
      <Customers xmlns:e259="https://bingads.microsoft.com/Customer/v13/Entities" d4p1:nil="false" xmlns:d4p1="http://www.w3.org/2001/XMLSchema-instance">
        <e259:Customer>
          <e259:CustomerFinancialStatus d4p1:nil="false">ValueHere</e259:CustomerFinancialStatus>
          <e259:Id d4p1:nil="false">ValueHere</e259:Id>
          <e259:Industry d4p1:nil="false">ValueHere</e259:Industry>
          <e259:LastModifiedByUserId d4p1:nil="false">ValueHere</e259:LastModifiedByUserId>
          <e259:LastModifiedTime d4p1:nil="false">ValueHere</e259:LastModifiedTime>
          <e259:MarketCountry d4p1:nil="false">ValueHere</e259:MarketCountry>
          <e259:ForwardCompatibilityMap xmlns:e260="http://schemas.datacontract.org/2004/07/System.Collections.Generic" d4p1:nil="false">
            <e260:KeyValuePairOfstringstring>
              <e260:key d4p1:nil="false">ValueHere</e260:key>
              <e260:value d4p1:nil="false">ValueHere</e260:value>
            </e260:KeyValuePairOfstringstring>
          </e259:ForwardCompatibilityMap>
          <e259:MarketLanguage d4p1:nil="false">ValueHere</e259:MarketLanguage>
          <e259:Name d4p1:nil="false">ValueHere</e259:Name>
          <e259:ServiceLevel d4p1:nil="false">ValueHere</e259:ServiceLevel>
          <e259:CustomerLifeCycleStatus d4p1:nil="false">ValueHere</e259:CustomerLifeCycleStatus>
          <e259:TimeStamp d4p1:nil="false">ValueHere</e259:TimeStamp>
          <e259:Number d4p1:nil="false">ValueHere</e259:Number>
          <e259:CustomerAddress d4p1:nil="false">
            <e259:City d4p1:nil="false">ValueHere</e259:City>
            <e259:CountryCode d4p1:nil="false">ValueHere</e259:CountryCode>
            <e259:Id d4p1:nil="false">ValueHere</e259:Id>
            <e259:Line1 d4p1:nil="false">ValueHere</e259:Line1>
            <e259:Line2 d4p1:nil="false">ValueHere</e259:Line2>
            <e259:Line3 d4p1:nil="false">ValueHere</e259:Line3>
            <e259:Line4 d4p1:nil="false">ValueHere</e259:Line4>
            <e259:PostalCode d4p1:nil="false">ValueHere</e259:PostalCode>
            <e259:StateOrProvince d4p1:nil="false">ValueHere</e259:StateOrProvince>
            <e259:TimeStamp d4p1:nil="false">ValueHere</e259:TimeStamp>
            <e259:BusinessName d4p1:nil="false">ValueHere</e259:BusinessName>
          </e259:CustomerAddress>
        </e259:Customer>
      </Customers>
    </SearchCustomersResponse>
  </s:Body>
</s:Envelope>

Code Syntax

The example syntax can be used with Bing Ads SDKs. See Bing Ads API Code Examples for more examples.

public async Task<SearchCustomersResponse> SearchCustomersAsync(
	IList<Predicate> predicates,
	DateRange dateRange,
	IList<OrderBy> ordering,
	Paging pageInfo)
{
	var request = new SearchCustomersRequest
	{
		Predicates = predicates,
		DateRange = dateRange,
		Ordering = ordering,
		PageInfo = pageInfo
	};

	return (await CustomerManagementService.CallAsync((s, r) => s.SearchCustomersAsync(r), request));
}
static SearchCustomersResponse searchCustomers(
	ArrayOfPredicate predicates,
	DateRange dateRange,
	ArrayOfOrderBy ordering,
	Paging pageInfo) throws RemoteException, Exception
{
	SearchCustomersRequest request = new SearchCustomersRequest();

	request.setPredicates(predicates);
	request.setDateRange(dateRange);
	request.setOrdering(ordering);
	request.setPageInfo(pageInfo);

	return CustomerManagementService.getService().searchCustomers(request);
}
static function SearchCustomers(
	$predicates,
	$dateRange,
	$ordering,
	$pageInfo)
{

	$GLOBALS['Proxy'] = $GLOBALS['CustomerManagementProxy'];

	$request = new SearchCustomersRequest();

	$request->Predicates = $predicates;
	$request->DateRange = $dateRange;
	$request->Ordering = $ordering;
	$request->PageInfo = $pageInfo;

	return $GLOBALS['CustomerManagementProxy']->GetService()->SearchCustomers($request);
}
response=customermanagement_service.SearchCustomers(
	Predicates=Predicates,
	DateRange=DateRange,
	Ordering=Ordering,
	PageInfo=PageInfo)

Requirements

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