BudgetOrderCreate.Bo
The response to a request to create a budget order.
Declaration
object BudgetOrderCreate.BoProperties
| Name | Type | Description |
|---|---|---|
billingEmail | string | The billing email. |
budget | Money | The total budget amount available for the budget order. |
clientName | string | The advertiser or product. This is a requirement for agency-type accounts. |
endDate | date-time | The scheduled end date and time for the budget order in the format of |
name | string | The name of the budget order, which is unique within an organization. |
orderNumber | string | A purchase order number. This is a requirement for agency-type accounts. |
primaryBuyerEmail | string | The primary buyer’s email address. |
primaryBuyerName | string | The primary buyer’s name. |
startDate | date-time | The scheduled start date and time for the budget order in the format of |
supplySources | [string] | The supply source of ads to use in a budget order and a campaign. See SupplySource for enum descriptions and validations. |