OnTime REST API
OnTime REST API / Payment Json Schema
In This Topic
    Payment Json Schema
    In This Topic
    Description
    Represents a comprehensive Payment record within the OnTime API.
    Overview
    Payment
    Represents a comprehensive Payment record within the OnTime API.
    Customer : string
    The unique Guid identifier referencing the Customer record assigned to this Payment.
    Invoice : string
    The unique Guid identifier referencing the Invoice record assigned to this Payment.
    ID : string
    The unique identifier for this Payment record.
    Amount : number
    The amount that this Payment will deduct from the remaining balance of the assigned Invoice.
    Date : string
    The date this Payment was generated and applied to an Invoice.
    Memo : string
    Any additional comments associated with this Payment.
    ReferenceNumber : string
    The reference number assigned to this Payment.
    TransferredToQuickBooksDesktop : boolean
    Indicates if this Payment has been exported to QuickBooks via OnTime Management Suite.
    Properties
    NameDescriptionData Type
    The unique Guid identifier referencing the Customer record assigned to this Payment.string
    The unique Guid identifier referencing the Invoice record assigned to this Payment.string
    The unique identifier for this Payment record.string
    The amount that this Payment will deduct from the remaining balance of the assigned Invoice.number
    The date this Payment was generated and applied to an Invoice.string
    Any additional comments associated with this Payment.string
    The reference number assigned to this Payment.string
    Indicates if this Payment has been exported to QuickBooks via OnTime Management Suite.boolean
    See Also