Skip to content

invoice_contact

ACCESS

Directly accessible in:

Booking Invoice Booking Quote

Example

json
{
  "id": 1,
  "name": "Nike Inc.",
  "invoice_name": "Nike Global Marketing",
  "billing_address1": "1 Bowerman Drive",
  "billing_address2": null,
  "billing_address3": "Beaverton",
  "billing_province": "OR",
  "billing_postcode": "97005",
  "billing_country": "United States",
  "user": {
    "name": "John Smith"
  }
}

Properties

id integer
name string
invoice_name string

Override display name for invoices. Use in place of name when present.

billing_address1 string
billing_address2 string
billing_address3 string
billing_province string
billing_postcode string
billing_country string
user object

The contact person at this invoice contact. Only present if a user is assigned.

name string