แชร์ผ่าน


ชุดค่า InsertionOrderPendingChangesStatus - การเรียกเก็บเงินของลูกค้า

กําหนดค่าสถานะที่เป็นไปได้ของ InsertionOrderPendingChanges ที่สามารถใช้เพื่อจัดการการเปลี่ยนแปลงสําหรับลําดับการแทรกที่ได้รับการอนุมัติ

ถ้าองค์ประกอบ สถานะของInsertionOrder ถูกตั้งค่าเป็น PendingUserReview คุณจะไม่สามารถอัปเดตลําดับการแทรกผ่านทางวัตถุ InsertionOrderPendingChanges ได้ คุณต้องอนุมัติ ปฏิเสธ หรือยกเลิกเบื้องต้นผ่านองค์ประกอบ สถานะ ของ InsertionOrder เมื่อสถานะลําดับการแทรกเป็น ใช้งานอยู่ หมดอายุ หมดอายุ หรือ ไม่เริ่มต้น จากนั้นคุณสามารถทําการเปลี่ยนแปลงใหม่หรืออนุมัติ ปฏิเสธ หรือยกเลิกการเปลี่ยนแปลงที่ค้างอยู่ปัจจุบันผ่านทางวัตถุ 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, CancelChanges, DeclineChanges, PendingUserReview

ค่า คำอธิบาย
ApproveChanges อนุมัติการเปลี่ยนแปลงที่ค้างอยู่
CancelChanges ยกเลิกการเปลี่ยนแปลงที่ค้างอยู่

สถานะนี้เป็นแบบอ่านอย่างเดียว และเฉพาะระบบเท่านั้นที่สามารถตั้งค่าสถานะเป็น CancelChanges ได้
ปฏิเสธเปลี่ยน ปฏิเสธการเปลี่ยนแปลงที่ค้างอยู่

คุณสามารถใช้ค่านี้ในการอัปเดตได้ก็ต่อเมื่อองค์ประกอบ ChangeStatus ของวัตถุ InsertionOrderPendingChanges ถูกตั้งค่าเป็น PendingUserReview อยู่ในขณะนี้
PendingUserReview การเปลี่ยนแปลงค้างอยู่รอการรีวิวจากผู้ใช้

ข้อกําหนด

บริการ: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13

ใช้โดย

InsertionOrderPendingChanges