OnTime REST API
OnTime REST API / Invoice Json Schema
In This Topic
    Invoice Json Schema
    In This Topic
    Description
    Represents a comprehensive Invoice record within the OnTime API.
    Overview
    Invoice
    Represents a comprehensive Invoice record within the OnTime API.
    Customer : string
    The unique Guid identifier referencing the Customer record assigned to this Invoice.
    Orders : Array[]
    The collection of unique Guid identifiers referencing all Order records assigned to this Invoice.
    ID : string
    The unique identifier for this Invoice record.
    InvoiceNumber : integer
    The number assigned to this Invoice.
    Date : string
    The date this Invoice was generated.
    DueDate : string
    The date this Invoice is due to be paid by a Customer.
    IsPaid : boolean
    Indicates if this Invoice has been paid in full.
    Memo : string
    Any additional comments given to this Invoice.
    TransferredToQuickBooksDesktop : boolean
    Indicates if this Invoice has been exported to QuickBooks via OnTime Management Suite.
    TotalAmount : number
    The total amount due for this Invoice.
    Properties
    NameDescriptionData Type
    The unique Guid identifier referencing the Customer record assigned to this Invoice.string
    The collection of unique Guid identifiers referencing all Order records assigned to this Invoice.Array[]
    The unique identifier for this Invoice record.string
    The number assigned to this Invoice.integer
    The date this Invoice was generated.string
    The date this Invoice is due to be paid by a Customer.string
    Indicates if this Invoice has been paid in full.boolean
    Any additional comments given to this Invoice.string
    Indicates if this Invoice has been exported to QuickBooks via OnTime Management Suite.boolean
    The total amount due for this Invoice.number
    See Also