OnTime REST API
OnTime REST API / REST Endpoints Resource Group / api/payments (Get)
In This Topic
    Getapi/payments
    In This Topic

    Resource Path: /sites/{company-id}/api/payments

    Uri: https://secure.ontime360.com/sites/{company-id}/api/payments

    Description
    Finds and returns unique identifiers for all Payments that match a given criteria.
    Parameters
    NameDescriptionData Type
    The name of a Payment Customer as a String.string
    The exact date that a Payment was made as a Datestring
    The inclusive lower-bound of a Payment date as a Date.string
    The inclusive upper-bound of a Payment date as a Date.string
    The invoice number of a Payment as a String.string
    The reference number of a Payment as a String.string
    200 Response

    The response body is of type Array[].

    An array of unique Guid identifiers assigned to matching Payment objects.
    See Also