次の方法で共有


CustomerLifeCycleStatus 値セット - Customer Management

顧客の可能な状態値を定義します。

構文

<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>

CustomerLifeCycleStatus 値セットの値は、アクティブ非アクティブです。

説明
アクティブ 顧客がアクティブです。
非アクティブ 顧客が非アクティブであるということは、顧客が削除されたことを意味します。

要件

サービス: CustomerManagementService.svc v13
名前 空間: https://bingads.microsoft.com/Customer/v13

Used By

お客様