ExpenseReport

An expense report is a type of accounting record representing an employee out-of-pocket expense report header.

  • amount
    Type: number · Amount
    required
  • 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

  • direction
    Type: string · ExpenseReportDirectionenum
    required
    values
    • business_to_user
    • user_to_business
  • status
    Type: string · ExpenseReportStatusenum
    required
    values
    • paid
    • voided
    • rejected
    • draft
    • submitted
    • approved
  • approvedDate
    Type: string · ApproveddateFormat: datenullable

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

  • 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
  • exchangeRates
    Type: array object[] | null · Exchangeratesnullable
    • currencyCode
      Type: string · Currencycode
      required
    • rate
      Type: number · Rate
      required
  • submittedDate
    Type: string · SubmitteddateFormat: datenullable

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