JibEntry

  • amount
    Type: number

    Always positive; entryType determines the sign.

  • createdAt
    Type: string Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • description
    Type: string | null
  • entryType
    Type: string enum
    values
    • DEBIT
    • CREDIT
  • expenseDate
    Type: string | null Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • glAccount
    Type: object | null · GlAccountRef
    • accountNumber
      Type: string | null
    • id
      Type: string
    • name
      Type: string | null
  • grossAmount
    Type: number | null
  • id
    Type: string
  • interestPercent
    Type: number | null

    Human percent, 0–100.

  • invoiceNumber
    Type: string | null
  • reason
    Type: string | null
  • serviceEndDate
    Type: string | null Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • serviceStartDate
    Type: string | null Format: date-time

    the date-time notation as defined by RFC 3339, section 5.6, for example, 2017-07-21T17:32:28Z

  • vendorName
    Type: string | null
  • well
    Type: object | null · WellRef
    • apiNumber
      Type: string | null
    • code
      Type: string | null
    • id
      Type: string
    • name
      Type: string | null