VendorBill

A vendor bill is a type of accounting record that represents vendor expenses.

  • currencyCode
    Type: string · Currencycode
    required
  • date
    Type: string · DateFormat: date
    required

    full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

  • status
    Type: string · VendorBillStatusenum
    required
    values
    • open
    • voided
    • drafted
    • paid
  • subtotal
    Type: number · Subtotal
    required
  • tax
    Type: number · Tax
    required
  • total
    Type: number · Total
    required
  • customFields
    Type: object · CustomFieldsnullable

    The additional fields related to an accounting record. Custom fields are used to attach custom metadata to the objects to ingest into the system. Custom fields can be any valid JSON object.

    • propertyName
      Type: anything
  • dueDate
    Type: string · DuedateFormat: datenullable

    full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

  • exchangeRates
    Type: array object[] | null · Exchangeratesnullable
    • currencyCode
      Type: string · Currencycode
      required
    • rate
      Type: number · Rate
      required
  • paidDate
    Type: string · PaiddateFormat: datenullable

    full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21

  • voidedDate
    Type: string · VoideddateFormat: datenullable

    full-date notation as defined by RFC 3339, section 5.6, for example, 2017-07-21