InsertionOrderPendingChangesStatus 值集 - 客户计费

定义可用于管理已批准的插入订单的更改的 InsertionOrderPendingChanges 的可能状态值。

如果 InsertionOrderStatus 元素设置为 PendingUserReview,则无法通过插入OrderPendingChanges 对象更新插入顺序。 必须首先通过插入OrderStatus 元素批准、拒绝或取消。 插入订单 “状态” 为“活动”、“已用”、“已过期”或“NotStarted”后,可以进行新的更改,或者通过 插入订单 对象批准、拒绝或取消当前挂起的更改。

语法

<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 拒绝挂起的更改。

仅当插入OrderPendingChanges 对象的 ChangeStatus 元素当前设置为 PendingUserReview 时,才能在更新时使用此值。
PendingUserReview 更改正在等待用户评审。

要求

服务: CustomerBillingService.svc v13
命名 空间: https://bingads.microsoft.com/Billing/v13

使用者

InsertionOrderPendingChanges