Finds and returns unique identifiers for all Payments that match a given criteria.
| Get | api/payments | 
Resource Path: /sites/{company-id}/api/payments
Uri: https://secure.ontime360.com/sites/{company-id}/api/payments
| Name | Description | Data Type | 
|---|---|---|
| customerName | The name of a Payment Customer as a String. | string | 
| date | The exact date that a Payment was made as a Date | string | 
| dateMin | The inclusive lower-bound of a Payment date as a Date. | string | 
| dateMax | The inclusive upper-bound of a Payment date as a Date. | string | 
| invoiceNumber | The invoice number of a Payment as a String. | string | 
| referenceNumber | The reference number of a Payment as a String. | string | 
The response body is of type Array[].
An array of unique Guid identifiers assigned to matching Payment objects.