Campaign Manager 360 API . orders

Instance Methods

close()

Close httplib2 connections.

get(profileId, projectId, id, x__xgafv=None)

Gets one order by ID.

list(profileId, projectId, maxResults=None, sortField=None, sortOrder=None, searchString=None, ids=None, pageToken=None, siteId=None, x__xgafv=None)

Retrieves a list of orders, possibly filtered. This method supports paging.

list_next(previous_request, previous_response)

Retrieves the next page of results.

Method Details

close()
Close httplib2 connections.
get(profileId, projectId, id, x__xgafv=None)
Gets one order by ID.

Args:
  profileId: string, User profile ID associated with this request. (required)
  projectId: string, Project ID for orders. (required)
  id: string, Order ID. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Describes properties of a Planning order.
    "planningTermId": "A String", # ID of the terms and conditions template used in this order.
    "buyerInvoiceId": "A String", # Buyer invoice ID associated with this order.
    "termsAndConditions": "A String", # Terms and conditions of this order.
    "projectId": "A String", # Project ID of this order.
    "siteId": [ # Site IDs this order is associated with.
      "A String",
    ],
    "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this order.
      "time": "A String", # Timestamp of the last change in milliseconds since epoch.
    },
    "approverUserProfileIds": [ # IDs for users that have to approve documents created for this order.
      "A String",
    ],
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#order".
    "advertiserId": "A String", # Advertiser ID of this order.
    "buyerOrganizationName": "A String", # Name of the buyer organization.
    "name": "A String", # Name of this order.
    "accountId": "A String", # Account ID of this order.
    "subaccountId": "A String", # Subaccount ID of this order.
    "sellerOrganizationName": "A String", # Name of the seller organization.
    "contacts": [ # Contacts for this order.
      { # Contact of an order.
        "contactName": "A String", # Name of this contact.
        "contactType": "A String", # Type of this contact.
        "signatureUserProfileId": "A String", # ID of the user profile containing the signature that will be embedded into order documents.
        "contactInfo": "A String", # 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.
        "contactTitle": "A String", # Title of this contact.
      },
    ],
    "id": "A String", # ID of this order. This is a read-only, auto-generated field.
    "sellerOrderId": "A String", # Seller order ID associated with this order.
    "comments": "A String", # Comments in this order.
    "notes": "A String", # Notes of this order.
    "siteNames": [ # Free-form site names this order is associated with.
      "A String",
    ],
  }
list(profileId, projectId, maxResults=None, sortField=None, sortOrder=None, searchString=None, ids=None, pageToken=None, siteId=None, x__xgafv=None)
Retrieves a list of orders, possibly filtered. This method supports paging.

Args:
  profileId: string, User profile ID associated with this request. (required)
  projectId: string, Project ID for orders. (required)
  maxResults: integer, Maximum number of results to return.
  sortField: string, Field by which to sort the list.
    Allowed values
      ID - 
      NAME - 
  sortOrder: string, Order of sorted results.
    Allowed values
      ASCENDING - 
      DESCENDING - 
  searchString: string, Allows searching for orders by name or ID. Wildcards (*) are allowed. For example, "order*2015" will return orders with names like "order June 2015", "order April 2015", or simply "order 2015". Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of "order" will match orders with name "my order", "order 2015", or simply "order".
  ids: string, Select only orders with these IDs. (repeated)
  pageToken: string, Value of the nextPageToken from the previous result page.
  siteId: string, Select only orders that are associated with these site IDs. (repeated)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Order List Response
    "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#ordersListResponse".
    "orders": [ # Order collection.
      { # Describes properties of a Planning order.
        "planningTermId": "A String", # ID of the terms and conditions template used in this order.
        "buyerInvoiceId": "A String", # Buyer invoice ID associated with this order.
        "termsAndConditions": "A String", # Terms and conditions of this order.
        "projectId": "A String", # Project ID of this order.
        "siteId": [ # Site IDs this order is associated with.
          "A String",
        ],
        "lastModifiedInfo": { # Modification timestamp. # Information about the most recent modification of this order.
          "time": "A String", # Timestamp of the last change in milliseconds since epoch.
        },
        "approverUserProfileIds": [ # IDs for users that have to approve documents created for this order.
          "A String",
        ],
        "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "dfareporting#order".
        "advertiserId": "A String", # Advertiser ID of this order.
        "buyerOrganizationName": "A String", # Name of the buyer organization.
        "name": "A String", # Name of this order.
        "accountId": "A String", # Account ID of this order.
        "subaccountId": "A String", # Subaccount ID of this order.
        "sellerOrganizationName": "A String", # Name of the seller organization.
        "contacts": [ # Contacts for this order.
          { # Contact of an order.
            "contactName": "A String", # Name of this contact.
            "contactType": "A String", # Type of this contact.
            "signatureUserProfileId": "A String", # ID of the user profile containing the signature that will be embedded into order documents.
            "contactInfo": "A String", # 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.
            "contactTitle": "A String", # Title of this contact.
          },
        ],
        "id": "A String", # ID of this order. This is a read-only, auto-generated field.
        "sellerOrderId": "A String", # Seller order ID associated with this order.
        "comments": "A String", # Comments in this order.
        "notes": "A String", # Notes of this order.
        "siteNames": [ # Free-form site names this order is associated with.
          "A String",
        ],
      },
    ],
    "nextPageToken": "A String", # Pagination token to be used for the next list operation.
  }
list_next(previous_request, previous_response)
Retrieves the next page of results.

Args:
  previous_request: The request for the previous page. (required)
  previous_response: The response from the request for the previous page. (required)

Returns:
  A request object that you can call 'execute()' on to request the next
  page. Returns None if there are no more items in the collection.