Contents

InvoiceDetailUpdate

The request body for updating the invoice details of a budget order.

Declaration

object InvoiceDetailUpdate

Properties

NameTypeDescription
orderNumberstring

Purchase order number.

clientNamestring

Identifies the advertiser or product.

primaryBuyerNamestring

Name of the primary buyer.

primaryBuyerEmailstring

Email address of the primary buyer. Must be a valid email address.

billingEmailstring

Billing email address. Must be a valid email address.

Discussion

All fields are optional, allowing partial updates to an existing invoice detail record. See InvoiceDetailCreate for required fields on create.

Example

{
  "name": "AwayFinder Q3 Invoice",
  "orderNumber": "PO-555666777",
  "clientName": "AwayFinder",
  "primaryBuyerName": "Jordan Lee",
  "primaryBuyerEmail": "jordan.lee@awayfinder.com",
  "billingEmail": "billing@awayfinder.com"
}

See Also