CustomerLifeCycleStatus Value Set - Customer Management

Defines the possible status values of a customer.

Syntax

<xs:simpleType name="CustomerLifeCycleStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Active" />
    <xs:enumeration value="Inactive" />
  </xs:restriction>
</xs:simpleType>

Values

The CustomerLifeCycleStatus value set has the following values: Active, Inactive.

Value Description
Active The customer is active.
Inactive The customer is inactive, which means that the customer was deleted.

Requirements

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

Used By

Customer