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