Resource: Order
Describes properties of a Planning order.
JSON representation |
---|
{ "id": string, "accountId": string, "subaccountId": string, "advertiserId": string, "projectId": string, "name": string, "buyerOrganizationName": string, "sellerOrganizationName": string, "contacts": [ { object ( |
Fields | |
---|---|
id |
ID of this order. This is a read-only, auto-generated field. |
account |
Account ID of this order. |
subaccount |
Subaccount ID of this order. |
advertiser |
Advertiser ID of this order. |
project |
Project ID of this order. |
name |
Name of this order. |
buyer |
Name of the buyer organization. |
seller |
Name of the seller organization. |
contacts[] |
Contacts for this order. |
terms |
Terms and conditions of this order. |
kind |
Identifies what kind of resource this is. Value: the fixed string
. |
notes |
Notes of this order. |
buyer |
Buyer invoice ID associated with this order. |
seller |
Seller order ID associated with this order. |
comments |
Comments in this order. |
planning |
ID of the terms and conditions template used in this order. |
approver |
IDs for users that have to approve documents created for this order. |
site |
Free-form site names this order is associated with. |
site |
Site IDs this order is associated with. |
last |
Information about the most recent modification of this order. |
OrderContact
Contact of an order.
JSON representation |
---|
{
"contactInfo": string,
"contactType": enum ( |
Fields | |
---|---|
contact |
Free-form information about this contact. It could be any information related to this contact in addition to type, title, name, and signature user profile ID. |
contact |
Type of this contact. |
contact |
Title of this contact. |
contact |
Name of this contact. |
signature |
ID of the user profile containing the signature that will be embedded into order documents. |
PlanningOrderContactType
DDM Planning's order contact type. Next value = 4
Enums | |
---|---|
PLANNING_ORDER_CONTACT_BUYER_CONTACT |
|
PLANNING_ORDER_CONTACT_BUYER_BILLING_CONTACT |
|
PLANNING_ORDER_CONTACT_SELLER_CONTACT |
Methods |
|
---|---|
|
Gets one order by ID. |
|
Retrieves a list of orders, possibly filtered. |