共用方式為


InsertionOrderPendingChangesStatus 值集 - 客戶計費

定義 InsertionOrderPendingChanges 的可能狀態值,可用來管理已核准插入順序的變更。

如果InsertionOrderStatus元素設定為 PendingUserReview,則您無法透過InsertionOrderPendingChanges物件更新插入順序。 您一開始必須透過InsertionOrderStatus元素來核准、拒絕或取消。 一旦插入順序 Status 為 Active、Exhausted、Expired 或 NotStarted,您就可以透過 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值集具有下列值:ApproveChangesCancelChangesDeclineChangesPendingUserReview

描述
ApproveChanges 核准暫止的變更。
CancelChanges 取消暫止的變更。

此狀態是唯讀狀態,只有系統可以將狀態設定為 CancelChanges。
DeclineChanges 拒絕暫止的變更。

只有在InsertionOrderPendingChanges物件的ChangeStatus元素目前設定為 PendingUserReview 時,才能在更新時使用此值。
PendingUserReview 變更會暫止使用者檢閱。

需求

服務: CustomerBillingService.svc v13
命名 空間: https://bingads.microsoft.com/Billing/v13

消費者

InsertionOrderPendingChanges