InsertionOrderPendingChangesStatus Value Set - Customer Billing
Defines the possible status values of InsertionOrderPendingChanges that can be used to manage changes for an approved insertion order.
If the Status element of the InsertionOrder is set to PendingUserReview then you cannot update the insertion order via the InsertionOrderPendingChanges object. You must initially approve, decline, or cancel via the Status element of the InsertionOrder. Once the insertion order Status is Active, Exhausted, Expired, or NotStarted, then you can either make new changes or approve, decline, or cancel the current pending changes via the InsertionOrderPendingChanges object.
Syntax
<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>
Values
The InsertionOrderPendingChangesStatus value set has the following values: ApproveChanges, CancelChanges, DeclineChanges, PendingUserReview.
Value | Description |
---|---|
ApproveChanges | Approve the pending changes. |
CancelChanges | Cancel the pending changes. This status is read-only and only the system can set the status to CancelChanges. |
DeclineChanges | Decline the pending changes. You can only use this value on update if the ChangeStatus element of the InsertionOrderPendingChanges object is currently set to PendingUserReview. |
PendingUserReview | The changes are pending user review. |
Requirements
Service: CustomerBillingService.svc v13
Namespace: https://bingads.microsoft.com/Billing/v13