InsertionOrderPendingChangesStatus 値セット - 顧客の課金

承認された挿入順序の変更を管理するために使用できる 、InsertionOrderPendingChanges の可能な状態値を定義します。

InsertionOrderStatus 要素が PendingUserReview に設定されている場合、InsertionOrderPendingChanges オブジェクトを使用して挿入順序を更新することはできません。 最初に、InsertionOrderStatus 要素を使用して承認、辞退、または取り消す必要があります。 挿入順序 の状態 が [アクティブ]、[枯渇]、[期限切れ]、または [未開始] になったら、 InsertionOrderPendingChanges オブジェクトを使用して、新しい変更を行うか、承認、辞退、または現在保留中の変更を取り消すことができます。

構文

<xs:simpleType name="InsertionOrderPendingChangesStatus" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="PendingUserReview">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ApproveChanges">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="DeclineChanges">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="CancelChanges">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

InsertionOrderPendingChangesStatus の値セットの値は、ApproveChanges、CancelChangesDeclineChangesPendingUserReview です。

説明
ApproveChanges 保留中の変更を承認します。
CancelChanges 保留中の変更を取り消します。

この状態は読み取り専用であり、システムのみが状態を CancelChanges に設定できます。
DeclineChanges 保留中の変更を拒否します。

この値は、InsertionOrderPendingChanges オブジェクトの ChangeStatus 要素が現在 PendingUserReview に設定されている場合にのみ、更新時に使用できます。
PendingUserReview 変更は保留中のユーザー レビューです。

要件

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

Used By

InsertionOrderPendingChanges